A RESTful web-based API.
All API requests require authentication in order to identify you, which is achieved by way of a unique api_key
. If you do not have a key, please contact us and we will create a partner account and generate your key.
When making API requests, simply pass your api_key
as a URL parameter for GET requests or within the POST body, or as the value of the Authorization
header.
Blank fields are included as null
instead of being omitted.
All timestamps are returned in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
/v2/deals/:external_id
Fetches a single deal including all associated data.
/v2/deals
List all deals.
/v2/deals/:external_id
Deletes a single deal.
/v2/deals
Creates a single deal.
/v2/places
List all places.
/v2/ships
List all ships.
/v2/cruise_lines
List all cruise lines.
/v2/deals/:external_id
Updates a single deal.