Skip to main content
PATCH
/
v1
/
ui
/
webhooks
/
{id}
/
status
Set webhook endpoint status (active/disabled)
curl --request PATCH \
  --url https://api.example.com/v1/ui/webhooks/{id}/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "active"
}
'

Path Parameters

id
string
required

Webhook endpoint ID

Body

application/json
status
enum<string>
required
Available options:
active,
disabled

Response

Webhook endpoint status updated