EaserixDocs
DevelopersAPI referenceSignWebhooks

List webhooks

The caller's webhooks (org window). Secrets are never returned after creation.

View as Markdown
GET
/v1/webhooks
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/webhooks"
{  "webhooks": [    {      "id": "string",      "url": "string",      "events": [        "string"      ],      "active": true,      "failureCount": 0,      "lastDeliveryAt": "2019-08-24T14:15:22Z",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}