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