List events
/v1/events Scope: events:readEvery event Tablezio has emitted on behalf of this restaurant, including delivery attempts. Useful for debugging webhooks and for replaying past activity into a new system.
Query parameters
limitintegerOptionalPage size.
starting_afterstringOptionalCursor.
typestringOptionalFilter by event type (e.g. order.created).
Request
curl 'https://api.tablezio.com/v1/events?type=order.cancelled' -H 'X-API-Key: tbz_…'Response
application/json
{ "object": "list", "data": [ /* event */ ], "has_more": true, "next_cursor": "…", "previous_cursor": null, "url": "/v1/events" }