Webhook endpoints
Delete a webhook endpoint
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key in the form sk_live_…, sk_test_…, or pk_live_…. Keys are issued from the Consistly dashboard and carry product-prefixed scopes.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/webhook_endpoints/whk_abc..."{ "id": "string", "deleted": true}{ "error": {}}Update a webhook endpoint PATCH
Previous Page
List deliveries for a webhook endpoint GET
Returns every delivery attempt against this endpoint, oldest first. Status moves from `pending` → `delivered` on a 2xx response, retries on non-2xx with exponential backoff (1m, 5m, 30m, 2h, 6h), and lands in `failed` after 5 attempts. Endpoints that get disabled before delivery move the rows to `abandoned`.