You can find the webhook at User menu->Account Settings->API-> Webhook
Webhooks is an account wide setting that sends the player data real-time to receiving server.
To use the webhook define the receiving server Webhook URL and set Webhook secret code.
Define what kind of updates and when are sent:
- Team registers to a game
- Team sends an answer
- Team finishes a game
It is recommended to use “team registers to a game” and “team finishes a game” to build simple dashboard. To build full database and statistics you need to activate “team sends an answer”. This will POST all the answers player gives in a game.
You can try out the request in dynamic API documentation.