Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boothzen.com/v1/me \ --header 'Authorization: Bearer <token>'
{ "tenant": { "id": "<string>", "slug": "<string>", "name": "<string>" }, "scopes": "<string>", "mode": "<string>", "key_last_used_at": "<string>" }
Bearer token: bz_live_<32chars> (live mode) or bz_test_<32chars> (test mode). Obtain via BoothZen admin → Settings → API Keys.
bz_live_<32chars>
bz_test_<32chars>
Show child attributes