Description
Integrating our webhooks allows your system to react instantly to key events — like when a new reward is generated — without the need to constantly poll our API. They are secure by design, as each webhook is signed, so you can confidently verify authenticity.Security
We send aX-Signature
Header which contains the signed payload. It is recommended to compare the signed payload with the X-Signature
we provide to make sure the request comes from us.