post https://api.travelconnectionleisure.com/v1/oauthorize/token
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.