Skip to main content
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 '
{
  "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
}

Authorizations

X-API-KEY
string
header
required

Body

email_address
string<email> | null
required
send_to_email
boolean
default:false
name
string
alternate_name
string
tax_identification_number
string
website
string
formation_date
string<date>
country_code
string
Required string length: 2
Example:

"UG"

state_code
string
business_entity_id
string

Response

Successful Operation

data
object
required
status
integer
required