Business Verification

Pure API access mode for corporate data screening. Query original enterprise verification data and make your own business decisions.

Business Verification — Corporate Data Screening
Pure API access mode, supporting interface query services for original enterprise verification data, allowing customers to make their own business decisions without involving any platform or form capabilities.

Integration Steps

1

Acquire Account & Access Token

Contact advance.ai to obtain official or test account credentials. Integrate the Token Authentication API to obtain a Bearer Token. All subsequent API requests must carry this token in the Authorization: Bearer {token} header.

Relevant API: Token Authentication API

2

Choose Verification Level & Call Business Registry API

Select the appropriate verification level based on your compliance needs. Three levels are available:

Level Endpoint Returns
Standard POST /v1/business/matches Existence check only (EXIST / NO_EXIST). No company profile returned.
Advance POST /v1/business/standard_checks Core registration info: name, type, status, address, and dates.
Pro POST /v1/business/enhanced_checks Full profile including shareholders and officers.

Relevant APIs: Standard | Advance | Pro

3

Optional: Beneficial Owner Verification

Run BO verification to identify individuals who ultimately own or control the business. This supports regulatory and compliance requirements for UBO identification.

Relevant API: Beneficial Owner Verification

4

Retrieve Verification Results

All verification checks return an id. Use this ID to retrieve the detailed verification results and company profile at any time.

Relevant API: Get Business Verification Result


API List

#APIEndpointDescription
1Token AuthenticationPOST /openapi/auth/ticket/v1/generate-tokenObtain Bearer Token for all API requests.
2Standard CheckPOST /v1/business/matchesBasic existence check against official registries.
4Pro CheckPOST /v1/business/enhanced_checksEnhanced verification with shareholders and officers.
3Advance CheckPOST /v1/business/standard_checksStandard verification with core company registration info.
5BO VerificationPOST /v1/business/bo_checksIdentify ultimate beneficial owners.
6Get Verification ResultGET /v1/business/checks/{id}Retrieve full verification result by ID.

Verification Modes

ModeDescription
LIVERetrieves the latest records directly from primary official sources. Recommended for production use.
CACHELeverages global databases for maximized search depth and global reach.


Did this page help you?