# Webhook
On your settings page, you may set a webhook URL that we will invoke when an ID Check is completed. A HTTP POST will be sent with a JSON body containing the Check ID. For example, if the webhook URL you provided is
https://www.myverifiedapp.com/my_webhook
, a HTTP POST
will be sent to the URL with check_id
as a JSON field in the body:
{
"check_id": "chk_priv_sDhhdFghuIbfdxaZ",
}
# Webhook retry
If the call to the webhook you provided fails, we will retry to call your webhook every hour, up to three times.
← REST API