signelloAPI
API referenceWebhook endpoints

List webhook endpoints

The signing secret is never returned here — only when the endpoint is created.

GET
/webhook-endpoints

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"    }  ]}