Skip to main content
POST
SDK

Body

application/json
clientId
string
required
clientSecret
string
required
grantType
enum<string>
default:client_credentials
Available options:
client_credentials
scope
string

Space-separated scopes to request.

Example:

"connect:flights:read connect:bookings:write"

Response

Access token issued.

access_token
string
required
token_type
enum<string>
required
Available options:
Bearer
expires_in
integer
required

Token lifetime in seconds.

Example:

3600

scope
string
required
Example:

"connect:flights:read connect:bookings:write"