List Active Webhooks
GET {{baseUrl}}/webhooks
This endpoint allows you to list all available, registered, and active webhooks related to the store.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":true,"data":[{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","event":"\u003cstring\u003e","version":"\u003cnumber\u003e","rule":"\u003cstring\u003e","url":"\u003cstring\u003e","headers":{"Authorization":"\u003cstring\u003e","Accept-Language":"\u003cstring\u003e"}}]}