v1

latestOpenAPI 3.1.02026-08-0458234268.6 KB
oauth

Get OAuth Token

Exchange credentials for an access token. Supports client_credentials grant type.

post/oauth/token

Headers

X-Api-Keystring required

API key for authentication

X-API-Versionstring

API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.

Request body

grant_type'client_credentials' required

Grant type for the request. Must be 'client_credentials'.

client_idstring required

The client ID issued to the client.

client_secretstring required

The client secret issued to the client.

scopestring

The scope of the access request.

Response

Successful token response

access_tokenstring

The access token.

token_typestring

The type of the token (e.g., Bearer).

expires_ininteger

The lifetime in seconds of the access token.

scopestring

The scope of the access token.

All 58 operations