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.
Example response
{
"redirect_url": "https://webhooks.acme.com/?token=JWT_TOKEN&tenant_id=tenant_123",
"tenant_id": "tenant_123"
}