Skip to main content

API Token

Overview

Create and manage API tokens for apps and services. Set scopes, rotate tokens, and disable them when no longer needed.

Primary Concepts

  • API Token: a credential for programmatic access.
  • Client: the app or service that owns the token.
  • Scopes: what the token can do.
  • Rotation: replace a token on a schedule or event.
  • Disable: turn off a token quickly and safely.

Typical Scenarios

Create a token for CI/CD, limit it with scopes, rotate it regularly, and disable it when it’s not needed anymore.

API Versioning

  • Only the latest version of each endpoint is displayed in this documentation.
  • Older versions are not shown but remain available in the API.
  • Always use the latest version shown when building or updating integrations.