get https://api.ocrolus.com/v1/account/settings/test_webhook_endpoint
Send a test payload to your configured webhook endpoint.
Requests to this endpoint will send a POST
request with a test payload of the following JSON in the request body:
{
"status": "VERIFICATION_COMPLETE",
"uploaded_doc_pk": 0,
"book_pk": 0
}
Your webhook integration should respond to incoming notifications with a status of
200 OK
to indicate that it's working properly.
If the webhook fails for any reason, the corresponding HTTP status code and message will be provided in the response's message
and code
attributes.
We have a better version!
This product is superseded by Org Level Webhooks, which we recommend for improved functionality and integration.
Callback