API referenceWebhook endpoints
Get a webhook endpoint
Authorization
bearerAuth AuthorizationBearer <token>
An API key from Settings → Integrations → API & Webhook.
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/webhook-endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "ok": true, "data": { "id": "string", "url": "string", "events": [ "document.sent" ], "enabled": true, "description": "string", "createdAt": "string" }}Create a webhook endpoint POST
The response contains the HMAC signing secret, shown exactly once. Store it before you close the window. The URL must be a public HTTPS address on port 443; private and internal addresses are rejected.
Update a webhook endpoint PATCH
Send only the fields you want to change. Re-enabling an endpoint that was switched off automatically also clears its failure count.