Skip to main content
POST
/
v1
/
webhooks
/
portal
Create a hosted Svix App Portal link for the caller's org
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/webhooks/portal \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>",
  "expires_in_s": 123,
  "read_only": true
}

Authorizations

x-api-key
string
header
required

Response

Successful Response

A short-lived Svix-hosted App Portal link.

url carries a scoped, expiring portal token — safe to hand to a browser. The account-level Svix API key is never included.

url
string
required

Short-lived Svix-hosted App Portal URL.

expires_in_s
integer
required

Seconds until the link/token expires.

read_only
boolean
required

True when the token is read-only (ViewBase); False grants manage caps.