Skip to main content

Access Token

An access token is the credential your backend sends with API requests after OAuth authorization.

Usage

Include the token in the Authorization header:
Authorization: Bearer <access_token>

Notes

  • Access tokens are returned by the token endpoint.
  • Treat tokens as secrets and store them securely.