Envie
ReferenceApi

List webhook endpoints

GET
/v1/webhooks

Response Body

application/json

curl -X GET "https://example.com/v1/webhooks"
[  {    "id": "string",    "url": "http://example.com",    "events": [      "item.added"    ],    "disabledAt": "2019-08-24T14:15:22Z",    "failCount": 0,    "createdAt": "2019-08-24T14:15:22Z"  }]