Skip to main content
GET
/
v1
/
webhooks
/
portal
Get webhook management portal URL
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=..."
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.stardex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Response

Portal URL generated

success
enum<boolean>
required
Available options:
true
data
object
required