Skip to main content
GET
/
availability
cURL
curl --request GET \
  --url https://api.boothzen.com/v1/availability \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "date": "<string>",
      "available": true,
      "slots": "<string>"
    }
  ],
  "has_more": true,
  "next_cursor": null
}

Documentation Index

Fetch the complete documentation index at: https://developer.boothzen.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token: bz_live_<32chars> (live mode) or bz_test_<32chars> (test mode). Obtain via BoothZen admin → Settings → API Keys.

Query Parameters

from
string<date-time>
required
to
string<date-time>
required

Response

data
tuple
required
has_more
boolean
required
next_cursor
null
required

date ranges don't paginate — all dates in range returned