Skip to content

Authentication

The API uses OAuth 2.0 bearer tokens. Include the token on every request:

Authorization header

Authorization: Bearer <access_token>

How to get a token

  • OAuth 2.0 Client Credentials — for server-to-server integrations.