Skip to main content
POST
Create 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
grant_type
enum<string>
Available options:
client_credentials

Response

Success

access_token
string

The access token.

token_type
string

The type of token.

expires_in
integer

The number of seconds until the token expires.