List of Webhooks
Get list of Webhooks
Retrieve a list of webhooks, optionally filtering by various parameters such as eshop, event and more.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body | Request body supports multiple filtering options. Please see the API Doc for more details. |
Request Examples (cURL):
Response
If successful, returns a paginated list of webhooks in JSON format based on searched criteria.
No request body: Returns all webhooks.
With filters in request body:
criteria
: Returns only matching webhooks.select
: Only the requested fields are returned.
See more details in the API Doc.