Contests
Track key steps as soon as they move forward.
Webhooks notify your tools when a useful action happens in Dexyd: a contest changes, a new submission arrives, an Expo request appears, a commercial signal is raised, or a step needs follow-up.
Track key steps as soon as they move forward.
Spot new submissions faster.
Route commercial requests to the right place.
A webhook links an HTTPS URL, selected events and a signing secret generated by Dexyd.
ConsoleCreate, test, disable and inspect deliveries.
GET /api/developer/webhooksPOST /api/developer/webhooksPATCH /api/developer/webhooks/{id}DELETE /api/developer/webhooks/{id}POST /api/developer/webhooks/{id}/testSubscribe only to the flows your tool needs to avoid unnecessary processing.
competition.createdcompetition.updatedsubmission.createdsubmission.updatedexpo_product.createdexpo_product.updatedexpo_product.bid.createdexpo_product.inquiry.createdtest.pingDexyd signs every outgoing POST so your server can verify the origin and reject replays.
{
"id": "delivery_...",
"event": "submission.created",
"created_at": "2026-06-11T12:00:00.000Z",
"data": {
"competition_id": "...",
"submission_id": "..."
}
}X-Dexyd-Event: submission.created
X-Dexyd-Delivery: delivery_...
X-Dexyd-Timestamp: 1781179200
X-Dexyd-Signature: t=1781179200,v1=<hmac_sha256>Your endpoint should respond quickly, verify the signature and process events idempotently.
2xx4xx / 5xxTimeout or networkLost secret