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=..."
  }
}

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