HTTP: Authentication

✅  HTTP API is best for: Backend services, scripts, and automated systems interacting with HTTP.

  • Tokens are tied to a User (a real person) or a MachineUser (a service or bot).
  • Tokens can expire automatically if configured.
  • Used in API requests as Authorization: Bearer <token>.
  1. Navigate to SettingsAPI Tokens
  2. Click Create API Token
  3. Select User or MachineUser
  4. Enter a name and optionally set an expiry date
  5. Click Create, then copy and store the token securely