cURL
OAuth
Issue a Public API access token
Issues an opaque Bearer access token for server-to-server Public API integrations using the OAuth client credentials grant. Authenticate the client with HTTP Basic auth: Authorization: Basic base64(client_id:client_secret).
POST
cURL
Authorizations
Public API OAuth client credentials for /public/v1/oauth/token. Use client_id as the username and client_secret as the password.
Body
application/x-www-form-urlencoded