Skip to content
New Venue Data

Webhook Payload

Each webhook delivery sends a JSON payload with the following structure.

json
{
  "id": "evt_01HZ9Q2P3WKRN4M5YJVD3B",
  "event": "new_filing",
  "timestamp": "2024-12-05T14:33:08Z",
  "webhookId": "wh_01HZ8XQ9P2",
  "attempt": 1,
  "signature": "sha256=abc123...",
  "data": {
    "id": "lic_02HZ9YR0Q3XLSM5N6ZKWE4C",
    "licenseNumber": "SRX-2024-0091443",
    "licenseType": "SRX",
    "status": "pending",
    "businessName": "Brickell Social Club",
    "address": {
      "street": "801 Brickell Bay Dr",
      "city": "Miami",
      "county": "Miami-Dade",
      "state": "FL",
      "zip": "33131"
    },
    "filedDate": "2024-12-05",
    "eventType": "new_filing",
    "eventTimestamp": "2024-12-05T14:33:08Z"
  }
}
Was this page helpful?