v50

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

Get Portal Redirect URL

Returns a redirect URL containing a JWT to authenticate the user with the portal. Requires Admin API Key.

get/tenants/{tenant_id}/portal

Query parameters

theme'light' | 'dark'

Optional theme preference for the portal.

Response

Portal redirect URL.

redirect_urlstring url

Redirect URL containing a JWT to authenticate the user with the portal.

tenant_idstring

The ID of the tenant associated with this portal session.

Example response

{
  "redirect_url": "https://webhooks.acme.com/?token=JWT_TOKEN&tenant_id=tenant_123",
  "tenant_id": "tenant_123"
}