/oauth/token
endpoint and include it in the Authorization
header for all API requests.
⚠️ Remember that your access token is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). Access tokens should be securely loaded from an environment variable or key management service on the server.
Tokens should be provided via the Authorization
header:
/oauth/token
endpoint with your credentials. See the Login documentation for details.