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"
}Changes
Changed in 3 of the 50 revisions of this API.5
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
the endpoint scheme security
AdminApiKeywas added to the APIapi-security-added
- ○
- ○
endpoint added
endpoint-added
- ○