Request an access token

Obtain an OAuth2 access token using client credentials. Please note the access token for the Boarding API is different than the Reporting API access token.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
client_idstringRequired

The client ID of the application

client_secretstringRequired

The client secret of the application

grant_type"client_credentials"Required

Response

Successful response

access_tokenstring
token_typestring
expires_ininteger