List Webhook Endpoints

GET
/api/v1/webhooks/endpoints

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/webhooks/endpoints"
[  {    "consecutiveFailures": 0,    "createdAt": "string",    "description": "string",    "events": [      "person.created"    ],    "id": "string",    "lastSuccessAt": "string",    "name": "string",    "projectId": "string",    "secret": "string",    "status": "active",    "url": "string"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/WebhookServiceError",  "cause": "string"}