cURL
curl --request GET \ --url https://api.stardex.ai/v1/webhooks/portal \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "url": "https://app.svix.com/login#key=..." } }
Returns a Svix App Portal magic link URL for the current team. Embed in an iframe or open directly for endpoint management, delivery logs, and replay.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Portal URL generated
true
Show child attributes
Was this page helpful?