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_idFetches a single deal including all associated data.
/v2/dealsList all deals.
/v2/deals/:external_idDeletes a single deal.
/v2/dealsCreates a single deal.
/v2/placesList all places.
/v2/shipsList all ships.
/v2/cruise_linesList all cruise lines.
/v2/deals/:external_idUpdates a single deal.