signelloAPI
API referenceWebhook endpoints

Get a webhook endpoint

GET
/webhook-endpoints/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Integrations → API & Webhook.

In: header

Path Parameters

id*string
Formatuuid

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