DevelopersAPI referenceSignWebhooks
List webhooks
The caller's webhooks (org window). Secrets are never returned after creation.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/webhooks"{ "webhooks": [ { "id": "string", "url": "string", "events": [ "string" ], "active": true, "failureCount": 0, "lastDeliveryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ]}Delete a template
Owner-scoped — public/built-in templates read as not found. Returns 204 with no body (the one delete in the suite that does).
Create a webhook
HTTPS endpoints only, 10 per owner. The response includes the signing secret ONCE — deliveries carry X-Easerix-Event and an HMAC-SHA256 of the raw body in X-Easerix-Signature ("sha256=<hex>"). Three delivery attempts with backoff; 20 consecutive failures auto-disable the hook.