Skip to main content
POST
/
leads
cURL
curl --request POST \
  --url https://api.boothzen.com/v1/leads \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "<string>",
  "event_date": "2023-11-07T05:31:56Z",
  "event_type": "<string>",
  "source": "<string>",
  "status": "<string>",
  "notes": "<string>"
}
'
"<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.

Body

application/json

Phase 140-03: Store lead via Public API.

customer_id
string
required
event_date
string<date-time> | null
event_type
string | null
Maximum string length: 100
source
string | null
Maximum string length: 100
status
string | null
Maximum string length: 50
notes
string | null
Maximum string length: 5000

Response

The response is of type string.