Skip to main content
POST

Body

application/json

OAuth 2 Client Credentials Request

grant_type
string
required

OAuth 2 Grant Type.

Allowed value: "client_credentials"
client_id
string
required

OAuth 2 Client ID.

client_secret
string
required

OAuth 2 Client Secret.

scope
string
required

OAuth 2 Scopes separated by space.

Response

Access Token

OAuth 2 Token Response

access_token
string

OAuth 2 Access Token.

token_type
string

OAuth 2 Token Type.

Allowed value: "Bearer"
expires_in
integer

OAuth 2 Access Token Expiration Time in Seconds.

scope
any
created_at
integer

OAuth 2 Access Token Creation Time.

refresh_token
string | null

OAuth 2 Refresh Token. Available only for Authorization Code Grant Type.