Skip to main content
GET
/
invoices
/
{id}
cURL
curl --request GET \
  --url https://api.boothzen.com/v1/invoices/{id} \
  --header 'Authorization: Bearer <token>'
"<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.

Path Parameters

id
string
required

Response

The response is of type string.