Skip to main content
Version: v41

clientCredentialsTokenRequest

OAuth 2.0 Access token request

grant_typestringrequired

OAuth 2.0 grant type, RFC6749

Possible values: [client_credentials]

client_idstring

API client or trusted client ID

Example: api-client-id
client_secretstring

API client or trusted client secret

Example: api-client-secret
clientCredentialsTokenRequest
{
"grant_type": "client_credentials",
"client_id": "api-client-id",
"client_secret": "api-client-secret"
}