OAuth2 client credentials token endpoint
oauth
OAuth2 client credentials token endpoint
Exchange client_id + client_secret for a short-lived Bearer access token.
POST
OAuth2 client credentials token endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

