Get all store Webhoooks
GET https://api.ecartapi.com/api/v2/webhooks
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"webhooks":[{"id":"5cffede5c932e70bd00adf56","resource":"products","action":"create","url":"http://example","name":"ecarapi.com","active":true,"createdAt":"2019-06-11 13:07:33"},{"id":"5cffee03c932e70bd00adf57","resource":"products","action":"delete","url":"http://example","name":"ecarapi.com","active":true,"createdAt":"2019-06-11 13:08:03"}]}