get https://api.ocrolus.com/v1/account/settings/test_webhook_endpoint
Have Ocrolus send a test payload to your configured webhook endpoint. The test consists of a POST
request with the following JSON in the request body:
{
"status": "VERIFICATION_COMPLETE",
"uploaded_doc_pk": 0,
"book_pk": 0
}
Your webhook should respond 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.