Endpoints
Request `access_token`
Use your client_id
and client_secret
to
request an access token to authorize your API requests.
POST
Client Credentials
Body
application/json
Provide the Client Credentials linked above.
The body is of type object
.
Response
201
application/json
Authorized Response
The response is of type object
.