Skip to main content
CloudSafaris API Documentation home page
Search...
⌘K
Support
Home
Home
Search...
Navigation
Get Started
Quickstart
Documentation
Home
Contact Us
Get Started
Introduction
Quickstart
Trips
POST
Get All Trips
POST
Get All Scheduled Trips
POST
Get All Short Trips
POST
Get Trip With ID
POST
Get Trips With IDs
POST
Get Short Trips with IDs
Destinations
POST
Get all Destinations
POST
Get Destination by ID
POST
Get Destination with Ids
POST
Get Destination by URL
POST
Get Destination by URL
Properties
POST
Get All Properties
POST
Get Property by Id
POST
Get Properties by Ids
Pricing
POST
Get Pricing for Trip
POST
Get Public Pricing for Trip
Quotes
POST
Create Quote
POST
Delete Quote
Payments
Payment Processing
On this page
Authentication
Get Started
Quickstart
Get started with our API.
Authentication
To get started using our API please contact our team to receive an API token. This API token will be used to authenticate your requests against our server.
With each request, you’ll need to send two headers.
Copy
{
Authorization
:
Bearer
<YOUR_ACCESS_TOKEN>
,
CloudSafaris-Version
:
v
1
}
Introduction
Get All Trips
⌘I