Get OAuth Token
Exchange credentials for an access token. Supports client_credentials grant type.
Headers
X-Api-Key
API key for authentication
X-API-Version
API version to use (optional, defaults to latest)
Allowed values:
Request
OAuth 2.0 parameters
grant_type
Grant type for the request. Must be ‘client_credentials’.
Allowed values:
client_id
The client ID issued to the client.
client_secret
The client secret issued to the client.
scope
The scope of the access request.
Response
Successful token response
access_token
The access token.
token_type
The type of the token (e.g., Bearer).
expires_in
The lifetime in seconds of the access token.
scope
The scope of the access token.
Errors
400
Bad Request Error
401
Unauthorized Error

