Use your own webhooks to reward users through code in your application!
1. Register a webhook
Implement a public endpoint in your app and monitor the requests we make to it. Make sure to verify requests using the signing secret as in the given example. This is what protects the endpoint.