Webhook Messages
Webhook Verification Success
WEBHOOK
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
This webhook message contains information about a successfully completed verification session. It will be submitted to your endpoint as a POST request.
Response
200
Return a 200 status to us indicating that the data was received successfully. This should be done as quickly as possible.

