Skip to main content
GET
/
api
/
v1
/
webhooks
/
dashboard-link
Get webhook portal link
curl --request GET \
  --url https://public-api.prd.monument.io/api/v1/webhooks/dashboard-link \
  --header 'x-api-key: <x-api-key>'
{
  "url": "https://portal.svix.com/applications/1234567890"
}

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

Response

200 - application/json

Successfully retrieved webhook portal link. The link will expire in 7 days and a new link will need to be generated.

url
string
required

URL of the webhook portal

Example:

"https://portal.svix.com/applications/1234567890"