curl --request POST \
--url https://api.devhelm.io/api/v1/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"description": "<string>"
}
'{
"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 POST \
--url https://api.devhelm.io/api/v1/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"description": "<string>"
}
'{
"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
HTTPS endpoint that receives webhook event payloads
2048Event types to deliver, e.g. monitor.created, incident.resolved
1Event types to deliver, e.g. monitor.created, incident.resolved
1Optional human-readable description
255Created
Webhook endpoint that receives event delivery payloads
Show child attributes