Overview
Step 1 — Create a Subscription
Point the platform at your endpoint and specify which events to receive. If you omitevents, you’ll receive all event types.
Save the secret — it is only shown once. Use it to verify webhook signatures on incoming requests.
Available Events
Step 2 — List Your Subscriptions
Step 3 — View Delivery History
Check which events have been delivered and whether they succeeded.Step 4 — Replay a Failed Delivery
If a delivery failed (your server was down, returned a non-2xx, etc.), you can trigger a replay:Step 5 — Remove a Subscription
Verifying Webhook Signatures
Every webhook delivery includes anX-9Squid-Signature header. Verify it using the secret returned when you created the subscription to confirm the request is genuine.
Webhook Payload Shape
data object shape varies by event type.
What’s Next
- Create a Deal — subscribe before submitting a deal to receive live status updates
- Run Selection Criteria — listen for
sc.completedto know when results are ready - API Reference — Webhooks — full schema for all webhook endpoints