POST
/
api
/
v1
/
verify
/
get_business_verification_url
/
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
}

Authorizations

X-API-KEY
string
header
required

Body

Response

200
application/json

Successful Operation

The response is of type object.