Webhook

As proof generation is an asynchronous process, instead of keeping polling the task results, developers are encouraged to use webhooks to passively wait for the results. And it can be set up conveniently by:

  1. Going to the setting page of the service you want to listen to:

  1. Click Add New Webhook , fill in the name and url, then save it.

  1. Start receiving results!

Last updated