Get access_token by client_credentials flow
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Basic base64(client_id:client_secret)
Form for requesting access token using client_credentials
The body is of type object
.
Successful token response
The response is of type object
.