v2
latestOpenAPI 3.1.02026-07-312303692.4 MBStream Authentication
Get Stream Portal Access
Use this function to get magic links (and authentication codes) for connecting your users to the Stream Consumer Portal.
post/api/v1/auth/stream-portal-access/{stream_id}
Path parameters
stream_idstring required
The Stream's ID or UID.
Example:unique-identifier
The Stream's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"featureFlags": [],
"sessionId": "user_1FB8"
}Response
Example response
{
"url": "https://app.svix.com/login#key=eyJhcHBJZCI6ICJhcHBfMXRSdFl",
"token": "appsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O"
}