Exchange client credentials for a short-lived, scoped bearer token
Exchange client credentials for a short-lived, scoped bearer token
RFC 6749 section 4.4. Send grant_type=client_credentials with the client id and secret as HTTP Basic credentials (or in the body), optionally narrowing scope. The response is not cacheable. Tokens expire after expires_in seconds; request a new one on 401.
POST
Exchange client credentials for a short-lived, scoped bearer token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
OAuth 2.0 client-credentials grant. Client id and secret go in an HTTP Basic Authorization header (preferred) or in these fields.