Get Webhook List
GET {{baseUrl}}/webhook.list.json?params=<string>&start=<integer>&count=<integer>&entity=<string>&action=<string>&active=<boolean>&ids=<string>
List registered webhook on the store.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
entity | string | Specify the entity that you want to enable webhooks for (e.g product, order, customer, category) | |
action | string | Specify what action (event) will trigger the webhook (e.g add, delete, or update) | |
active | string | Webhook status | |
ids | string | List of сomma-separated webhook ids |