post https://sandbox-api.oneliquidity.technology/compliance/v1/kyc/liveliness
Use this endpoint to check if the uploaded selfie photo has a live human in it. The key
supplied in the POST request body comes from the uploaded selfie photo.
Sample request body
{
"input":{
"key":"666714e5e4ea9abfe75be1bcda7f3864825c163ea522a0e56842d47a16b1aaac",
},
"verificationId":"c61060e9-635a-5392-b39d-b1c27479d67c"
}
Response Sample
The result of this endpoint is sent to the integrator's webhook URL. An example response is given below:
{
"event":"COMPLIANCE_LIVENESS_EVENT",
"message":"Ok",
"data":{
"live":true,
"status":"completed",
"id":"c61060e9-635a-5392-b39d-b1c27479d67c"
},
"checksum":"3d76d0bf2785db721c699d6d4dd658f7505a777d6130e9462c586e4e39b95cf8"
}