Skip to main content
All API requests require an API key passed in the Authorization header.

Header format

Generating API keys

  1. Go to Allo Settings > API
  2. Click Create API Key
  3. Select the scopes your integration needs
  4. Copy the key — it won’t be shown again

API key scopes

Each API key has specific scopes that determine what operations it can perform.

Scope-to-endpoint mapping

Example request

Error responses

Invalid or missing key401
Insufficient scope403

Security

  • API keys are scoped to a single team
  • Keys can be revoked at any time from settings
  • Never expose keys in client-side code or public repositories
  • Use environment variables to store keys in your application