Returns the list of webhooks, registered by the specific addon for a single e-shop. It is therefore bound to the specific installation.
The addon does not have any access to another addon (not even for the same e-shop, or two addons from the same developer).
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/webhooks
- https://api.myshoptet.comhttps://api.myshoptet.com/api/webhooks
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/webhooks?itemsPerPage=50&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "webhooks": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }