Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Basic base64(client_id:client_secret)
Body
application/x-www-form-urlencoded
Form for requesting access token using client_credentials