v1
latestOpenAPI 3.0.32026-08-04850206.9 KBWebhooks
List webhook endpoints
The key owner's webhook endpoints, newest first. Signing secrets are never included — each secret is shown exactly once, at creation.
get/api/v1/webhooks
Response
Example response
{
"data": [
{
"id": 7,
"url": "https://example.com/webhooks/bitculator",
"events": [
"alarm.triggered"
],
"status": "active",
"consecutive_failures": 0,
"disabled_at": null,
"created_at": "2026-06-20T10:00:00+00:00"
}
]
}