Get Webhooks
GET https://api.ecartapi.com/api/v2/webhooks
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"webhooks":[{"id":"64a4a6e74146833be48f2506","resource":"orders","action":"update","url":"https://example.com","name":"ecartapi.com","active":true,"gdprReference":null,"errors":[],"createdAt":"2023-07-04T23:10:31.431Z"},{"id":"64a4a91b6c2fcb517c9da9a6","resource":"products","action":"create","url":"https://example.com","name":"ecartapi.com","active":true,"gdprReference":null,"errors":[],"createdAt":"2023-07-04T23:19:55.613Z"}]}