curl --request PUT \
--url https://api.devhelm.io/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"description": "<string>",
"subscribedEvents": [
"<string>"
],
"enabled": true
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"description": "<string>",
"subscribedEvents": [
"<string>"
],
"enabled": true,
"consecutiveFailures": 123,
"disabledReason": "<string>",
"disabledAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}curl --request PUT \
--url https://api.devhelm.io/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"description": "<string>",
"subscribedEvents": [
"<string>"
],
"enabled": true
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"description": "<string>",
"subscribedEvents": [
"<string>"
],
"enabled": true,
"consecutiveFailures": 123,
"disabledReason": "<string>",
"disabledAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}API key (dh_live_...) or Auth0 JWT token
New webhook URL; null preserves current
2048New description; null preserves current
255Replace subscribed events; null preserves current
Replace subscribed events; null preserves current
Enable or disable delivery; null preserves current
OK
Webhook endpoint that receives event delivery payloads
Show child attributes