curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/get_business_verification_url/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"email_address": "[email protected]",
"send_to_email": false,
"name": "<string>",
"alternate_name": "<string>",
"tax_identification_number": "<string>",
"website": "<string>",
"formation_date": "2023-12-25",
"country_code": "UG",
"state_code": "<string>",
"business_entity_id": "<string>"
}
'{
"data": {
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verification_url": "<string>"
},
"status": 123
}Endpoint used to get business verification url
curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/get_business_verification_url/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"email_address": "[email protected]",
"send_to_email": false,
"name": "<string>",
"alternate_name": "<string>",
"tax_identification_number": "<string>",
"website": "<string>",
"formation_date": "2023-12-25",
"country_code": "UG",
"state_code": "<string>",
"business_entity_id": "<string>"
}
'{
"data": {
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verification_url": "<string>"
},
"status": 123
}