v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-102991198.1 KB
Tenants

Get Tenant JWT Token

Returns a JWT token scoped to the tenant for safe browser API calls. Requires Admin API Key.

get/tenants/{tenant_id}/token

Response

Tenant JWT token.

tokenstring

JWT token scoped to the tenant for safe browser API calls.

tenant_idstring

The ID of the tenant this token is scoped to.

Example response

{
  "token": "SOME_JWT_TOKEN",
  "tenant_id": "tenant_123"
}