v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBWebhooks
Get All Webhooks
List all webhook subscriptions created with your API key.
get/hooks
Response
OK
Example response
[
{
"id": 12345,
"targetUrl": "https://some-secure-endpoint.com/path",
"events": [
"api:time:updated"
],
"project": "ev:12345657890",
"active": true,
"createdAt": "2018-03-05 16:17:14",
"lastUsedAt": "2018-03-05 20:01:58"
}
]