API Reference

The Travel Connection API uses OAuth2 for authentication. To use any of the endpoints, you must first generate a valid bearer token. The token is generated using the oauthorize endpoint, with your account email address and password and a grant_type of “password.”

A valid request will return your access token and a refresh token. The access token authenticates your requests with the other endpoints, and the refresh token creates a new access token. Access tokens expire after 60 minutes.

Language
Click Try It! to start a request and see the response here!