Webhooks
Register endpoints to receive deal events.
Register endpoints to receive deal events.
| Operation | Method | Path |
|---|---|---|
| Register a webhook endpoint | POST | /webhooks |
| List your registered webhook endpoints | GET | /webhooks |
| Remove a webhook endpoint | DELETE | /webhooks/{id} |
| List webhook deliveries | GET | /webhooks/deliveries |
| Replay a delivery | POST | /webhooks/deliveries/{id}/replay |
Every page below is generated from the OpenAPI document, carries a request sample in the language you pick, and sends to the sandbox server from its playground.
