
Register an endpoint
Add the URL you want called and the account starts sending events to it. Each endpoint carries its own signing secret, so one leaked secret does not compromise the others, and the secret can be rotated without taking the endpoint down. The secret is revealed when it is created and again when it is rotated. Store it before you close the dialog. Verifying signatures covers what to do with it on your side.Read what happened
Three views answer three different questions.- Performance shows the success rate over the window, so you see a degradation before a customer reports it.
- Deliveries lists every attempt for one endpoint, with the response your server returned.
- Events is the account-wide feed, so you can find an event first and then follow where it went.
Replay
A delivery that failed because your server was down does not have to be recreated at the source. Replay the delivery once the server is back, either one at a time or every failed delivery for an endpoint in one action.Test it before you rely on it
An endpoint can be sent a test delivery from the panel. It exercises the real signing path, so a signature that verifies here verifies in production.Webhooks overview
The events we send, and the shape of the body.
Verifying signatures
Check the signature before you trust the payload.