curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/get_user_verification_url/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"verification_type": "ID",
"send_to_email": false,
"email_address": "[email protected]",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"phone_number": "<string>"
}
'{
"data": {
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verification_url": "<string>"
},
"status": 123
}Endpoint used to get user verification url
curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/get_user_verification_url/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"verification_type": "ID",
"send_to_email": false,
"email_address": "[email protected]",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"phone_number": "<string>"
}
'{
"data": {
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verification_url": "<string>"
},
"status": 123
}ID - ID VerificationDOC - Document VerificationBIOMETRIC - Biometrics VerificationID, DOC, BIOMETRIC 505050