cURL
curl --request GET \ --url https://api.pearcheck.com/api/v1/verify/get_user_verification_result/{batch_id}/ \ --header 'X-API-KEY: <api-key>'
{ "provider": "<string>", "batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "type": "<string>", "used_url": true, "verification_type": "<string>", "verification_result": "<string>", "verification_url": "<string>", "id_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "user_input": {}, "id_info": {}, "phone_info": {}, "aml_info": {}, "risk_info": {}, "fraud_insights": {}, "face_match_info": {}, "face_liveness_info": {} }
Endpoint used to get user verification result
Successful Operation
The response is of type object.
object