List webhook endpoints
/v1/webhook_endpoints Scope: webhooks:readReturns all webhook subscriptions for this restaurant.
Request
curl https://api.tablezio.com/v1/webhook_endpoints -H 'X-API-Key: tbz_…'Response
{ "object": "list", "data": [ /* webhook_endpoint without signing_secret */ ], "has_more": false, "next_cursor": null, "previous_cursor": null, "url": "/v1/webhook_endpoints" }