Travtus API & Webhook
Authentication
POST
/
oauth2
/
token
Travtus API uses token authentication. All API calls must include the following header:
Query Parameters
client_id
string
Your API client_id.
client_secret
string
Your API client_secret.
grant_type
string
Must be client_credentials
.
Response
access_token
string
The token you will need to use in order to access any other API endpoints.