Webhooks
Register endpoints to receive referral events.
Register endpoints to receive referral events.
| Operation | Method | Path |
|---|---|---|
| The event catalogue | GET | /webhook-events |
| Subscribe an endpoint | POST | /webhook-subscriptions |
| Your subscriptions | GET | /webhook-subscriptions |
| Remove a subscription | DELETE | /webhook-subscriptions/{id} |
| Read a subscription | GET | /webhook-subscriptions/{id} |
| Change a subscription | PUT | /webhook-subscriptions/{id} |
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.
