Skip to main content
POST
Get OAuth Token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/x-www-form-urlencoded

The grant type must be client_credentials.

grant_type
string

The grant type to use for authentication.

Example:

"client_credentials"

Response

Successful authentication.

access_token
string
required
token_type
string
required
expires_in
integer
required
scope
string
required
jti
string
required