Booking Search by reference
Overview
Airship allows partners to query bookings on certain fields. If a booking reference is provided when the data is passed to Airship, then the /bookings
endpoint can be used to search for that booking, and return key information about it.
Endpoint
Configuration
Path Parameters
Field | Notes |
| The account ID represents the account that you are searching bookings in. If you are unsure of what your account ID is, ask our support team to confirm. |
| The booking reference is the reference you have previously provided against the booking. Note, this must have been provided in the booking_reference field when creating the booking |
Headers
Field | Notes |
| The authentication token is linked to the account that you are searching bookings in. If you are unsure of what your Authentication token is, ask our support team to confirm. |
Basic booking search payload
Last updated