curl --request PUT \
--url https://api.streamkap.com/services/switch \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Switch service for the tenant.
In admin mode (IS_ADMIN_APP=true), this endpoint supports cross-tenant switching:
tenant_id query param to switch to a service in a different tenantIn regular mode, uses Frontegg to update user metadata.
curl --request PUT \
--url https://api.streamkap.com/services/switch \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?