Skip to main content
POST
/
oauth
/
token
"{token_type=Bearer, expires_in=3600, access_token=2YotnFZFEjr1zCsicMWpAA}"

Body

application/json
grant_type
enum<string>
required

Must be set to 'client_credentials'

Available options:
client_credentials
client_secret
string
required

Your client secret

client_id
string
required

Your client id

Response

Created

token_type
string
expires_in
number
access_token
string
I