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

KeyDatatypeRequiredDescription
idempotency-keystringThe request's idempotency key
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;token&quot;:&quot;appsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O&quot;,&quot;url&quot;:&quot;https://app.svix.com/login#key=eyJhcHBJZCI6ICJhcHBfMXRSdFl&quot;}