Skip to main content
The endpoints below are generated from the Avera OpenAPI 3.1 specification.

Authentication

All endpoints require a Bearer token plus tenant context headers:
  • Authorization: Bearer <token> — required on every request
  • X-Tenant-ID — required. UUID of the current tenant.
  • X-Branch-ID — required for item operations. UUID of the current branch.
  • X-Correlation-ID — optional. Request correlation ID for tracing.
Use the interactive playground on each endpoint page to try requests against a running Avera instance.