Skip to main content
POST
Generate Token

Body

application/json
grant_type
enum<string>
default:client_credentials
required

The type of OAuth grant being used.

Available options:
client_credentials
client_id
string
required

The Client ID issued by the authorization server.

Example:

"your-client-key"

client_secret
string
required

The client secret issued by the authorization server.

Example:

"your-client-secret"

Response

401 - application/json

Unauthorized

The response is of type object.