Generate OAuth2 client credentials token
OAuth
Generate OAuth2 client credentials token
Generates an OAuth2 access token using the Client Credentials flow.
POST
Generate OAuth2 client credentials token
Body
application/json
Unique identifier of the API client issued during registration
Required string length:
1 - 128Examples:
"5gtyhu78ujmlko90iikmjunbh"
"1example23456789abcdefghijk"
Secret key associated with the client_id, used to authenticate the client
Required string length:
1 - 64Example:
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ+/="