Get Consumer App Portal Access
POST {{baseUrl}}/api/v1/auth/app-portal-access/:app_id
Use this function to get magic links (and authentication codes) for connecting your users to the Consumer Application Portal.
Request Body
{"featureFlags"=>["<string>"], "expiry"=>604800, "readOnly"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
idempotency-key | string | The request's idempotency key | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"token":"appsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O","url":"https://app.svix.com/login#key=eyJhcHBJZCI6ICJhcHBfMXRSdFl"}