Skip to main content
POST
/
zapier
/
subscribe
cURL
curl --request POST \
  --url https://api.boothzen.com/v1/zapier/subscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_url": "<string>",
  "event": "<string>"
}
'
{
  "data": {
    "id": "<string>",
    "target_url": "<string>",
    "event": "<string>",
    "created_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.

Body

application/json
target_url
string<uri>
required
Maximum string length: 2048
event
string
required

Response

data
object
required