API referenceWebhook endpoints
List webhook endpoints
The signing secret is never returned here — only when the endpoint is created.
Authorization
bearerAuth AuthorizationBearer <token>
An API key from Settings → Integrations → API & Webhook.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/webhook-endpoints"{ "ok": true, "data": [ { "id": "string", "url": "string", "events": [ "document.sent" ], "enabled": true, "description": "string", "createdAt": "string" } ]}Get a document GET
Includes recipients and the document's event history.
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.