Skip to main content
POST
Request OAuth2 token

Headers

Authorization
string

Basic authentication credentials, in the format Basic <base64(client_id:client_secret)>.

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
client_credentials
scope
string

The list of scopes, delimited with spaces.

Maximum string length: 4096

Response

Token created successfully.

access_token
string
required

The access token string issued.

expires_in
integer
required

The number of seconds until the token expires.

token_type
enum<string>
required
Available options:
Bearer
refresh_token
string

The refresh token string issued (only applicable to certain grant types).

scope
string

The list of scopes, delimited with spaces.