Skip to main content
Get the tenant’s API token from the central domain.
POST /api/tenant/token
{
  "tenant_id": "tenant123"
}
200
{ "api_token": "<tenant-api-token>" }