Skip to main content
POST
/
v1
/
ui
/
webhooks
Create a webhook endpoint
curl --request POST \
  --url https://api.example.com/v1/ui/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "description": "<string>"
}
'

Body

application/json
url
string
required
Minimum string length: 1
description
string

Response

Webhook endpoint created successfully