Authorization
Every request sent to the Flight Rates API must be authenticated with an access token. You can obtain an access token when you log-in using the credentials provided to you in your API packet. An access token is valid for 24 hours from the time it is generated.
Bearer Token Authentication
The access token must be appended to the 'Authorization Header' as depicted in the example below:
Authorization: Bearer A90324XXZUZUgpO0dd6npHcM83CJ...
Usage Workflow
HTTP Authentication scheme "Bearer" for the API
Include token in requests
Base URL's
/api/v1
API Key (Bearer)
Parameter Name: AuthorizationIn: header