v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList webhooks
List webhooks
get/webhooks
Response
The list of created webhooks
Example response
[
{
"id": 1,
"target_url": "https://example.com/webhook",
"event_type": "issue.open.created",
"health_status": "success",
"latest_http_status_code": 200
},
{
"id": 2,
"target_url": "https://example.com/webhook",
"event_type": "issue.snoozed",
"health_status": "failing",
"latest_http_status_code": 400
}
]