Test webhook

Send a test payload to your configured webhook endpoint.


Requests to this endpoint will send a test payload with 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.

Callback
Language
Authorization
OAuth2