Powered by Smartsupp
BOX OFFICE OPEN5% PER TICKET SOLD NOTHING ELSEFREE EVENTS ARE FREEWHITE-LABEL BY DEFAULTREST API · 5 SDKS · MCP SERVERPAYOUTS IN USD · NGN · ZAR
zatabox

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