Skip to main content
1

Create a Subscription

Point the platform at your endpoint and specify which events to receive. Save the secret — it’s shown only once and is used to verify signatures on incoming requests.
2

View Delivery History

Check which events have been delivered and whether they succeeded.
3

Replay a Failed Delivery

If your server was down or returned a non-2xx, trigger a replay.
4

Verify Webhook Signatures

Every delivery includes an X-9Squid-Signature header. Verify it using the secret from Step 1.Always reject requests where the signature does not match.