Using a Webhook to Get Results

{
"resolution_endpoint": "address.com", // use address of your website here
... // other request details - folder etc.
}Last updated
Was this helpful?
The webhook feature simplifies getting analyses' results. Instead of polling after the analyses are launched, add a webhook that will call your website once the results are ready.
When you create a folder, add the webhook endpoint (resolution_endpoint) into the payload section of your request body:

{
"resolution_endpoint": "address.com", // use address of your website here
... // other request details - folder etc.
}You'll receive a notification each time the analyses are completed for this folder. The webhook request will contain information about the folder and its corresponding analyses.
Last updated
Was this helpful?
Was this helpful?
