Skip to main content
POST
Get access token

Body

application/json
client_id
string
required
client_secret
string
required
grant_type
enum<string>
required
Available options:
client_credentials

Response

A response containing the access_token for you to use.

access_token
string
expires_in
string
token_type
enum<string>
Available options:
bearer
Last modified on July 13, 2026