Powered by Smartsupp

Documentation

Build on the box office.

One engine behind three surfaces REST API, hosted portal and MCP server. These docs cover the parts you drive with code.

Your first call#

Grab a test key (prefix vt_test_) from the portal under API keys and make your first call test keys run every feature, including webhooks and all four payment providers, in test mode.

terminal
$ curl https://api.zatabox.com/api/v1/events \
-H "Authorization: Bearer vt_test_…"
HTTP/2 200
{ "data": { "items": [], "nextCursor": null } } # empty for now