Skip to main content
Obtain an access token (OAuth 2.0 Client Credentials)

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
client_id
string
required
client_secret
string
required
grant_type
string
required
Allowed value: "client_credentials"

Response

Access token

access_token
string
required
token_type
string
required
Example:

"Bearer"

expires_in
integer
required
Example:

3600