cURL
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 '{ "send_to_email": false, "email_address": "jsmith@example.com", "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
Successful Operation
The response is of type object.
object