GET
/
api
/
v1
/
verify
/
get_business_verification_result
/
{batch_id}
/
cURL
curl --request GET \
  --url https://api.pearcheck.com/api/v1/verify/get_business_verification_result/{batch_id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "provider": "<string>",
  "batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "In-progress",
  "type": "Single",
  "verification_type": "Business Verification",
  "verification_result": "UNKNOWN",
  "id_type": null,
  "created_at": "2023-11-07T05:31:56Z",
  "business_info": {},
  "aml_info": {},
  "lookup_info": {},
  "registration_info": {},
  "related_persons": {},
  "additional_info": {}
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

batch_id
string
required

Response

200
application/json

Successful Operation

The response is of type object.