Documentation
Reference, guides and walkthroughs for the entire platform — from your first published event to webhook-powered integrations.
POST /your/webhook
Content-Type: application/json
X-Eventlad-Signature: t=1719240000,v1=...
{
"type": "order.completed",
"event_id": "evt_8f...",
"order": {
"id": "ord_4b...",
"currency": "USD",
"total_cents": 7500,
"tickets": [
{ "tier": "Early Bird", "qty": 2 }
],
"buyer": { "email": "fan@example.com" }
}
}Verify the signature with your endpoint secret, then return a 2xx within 10 seconds. We retry with exponential backoff for 24 hours.
Open the dashboard to generate a personal access token — scoped to read events, sync attendees or trigger marketing campaigns.
Open Dashboard