FileForms
Webhook endpoints

List Webhook Endpoints

GET
/webhook-endpoints

List your webhook endpoints.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/webhook-endpoints"
{  "endpoints": [    {      "id": "string",      "url": "string",      "eventTypes": [        "document.uploaded"      ],      "createdAt": "2019-08-24T14:15:22Z"    }  ]}