Skip to main content
GET
/
me
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>"
}

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.

Response

200 - application/json
tenant
object
required
scopes
string
required
mode
string
required
key_last_used_at
string
required