Get all store Webhoooks
GET https://api.ecartapi.com/api/v2/webhooks
With this request you will be able to consult all the webhooks associated to the store
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"webhooks":[{"id":"5f6ccf9ebdaa1b0004d3185e","resource":"orders","action":"create","url":"https://webhook.site/9fabe058-0fa7","name":"ecartapi.com","active":true,"errors":[{"statusCode":500,"error":"We encountered an internal error. Please try again."}],"createdAt":"2020-09-24T16:55:58.637Z"},{"id":"5f6cd02026b6a40004c3fafb","resource":"orders","action":"create","url":"https://webhook.site/9fabe058","name":"ecartapi.com","active":true,"errors":[],"createdAt":"2020-09-24T16:58:08.150Z"}]}