Transfers
Transfer Endpoints
When using the Transfer endpoints below, you will be able to search using various types of location data which will represent the transfers pickup and dropoff points. Currently, the API will accept IATA Codes, TTI Codes and Postcodes (Postcodes can be used for UK Transfers).
You will need a token to call the api. To get the user token use the existing endpoint: Get Token.
For the complete API specification, see the OpenAPI schema.
Action | Endpoint | Method |
---|---|---|
Availability | https://api.holidayextras.com/v1/transfers/search | GET |
Make Booking | https://api.holidayextras.com/v1/transfers/[TransferCode] | POST |
View Booking | https://api.holidayextras.com/v1/transfers/booking/[BookingRef] | GET |
Cancel Booking | https://api.holidayextras.com/v1/transfers/booking/[BookingRef] | DELETE |
Cancellation Policy | https://api.holidayextras.com/v1/transfers/[BookingRef]/cancellation-policy | GET |
Amend Booking | not supported | - |