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

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

cursor
string

Response

200 - application/json
data
string
required
has_more
boolean
required
next_cursor
string
required