Skip to main content
POST
Get Access Token

Body

grant_type
enum<string>
required

Must be 'client_credentials'.

Available options:
client_credentials
client_id
string
required

Your OAuth client ID (UUID format).

client_secret
string
required

Your OAuth client secret.

Response

Token issued successfully

access_token
string

JWT access token to use in Authorization header.

token_type
enum<string>

Token type (always 'Bearer').

Available options:
Bearer
expires_in
integer

Token validity in seconds (3600 = 1 hour).