Verification methods
Dataspike KYB API provides two verification methods:- Document Verification — upload and verify corporate documents (certificates of incorporation, shareholder certificates) to extract and validate company information and shareholder details.
- US Company Registry Check — look up a company in the US Secretary of State registry by name or SOS ID to verify its registration status, registered agent, and formation details.
How it works
All KYB operations are asynchronous. When you submit a verification request, the API immediately returns arequest_id with status initial. You then poll for the result using the request ID.
Verification statuses
| Status | Description |
|---|---|
initial | Request accepted, verification in progress |
verified | Verification completed successfully |
not_verified | Verification completed, but checks did not pass |
failed | Verification failed due to an error |
Prerequisites
- A Dataspike API key (see Getting Started)
- An applicant created via POST /api/v3/applicants
Guides
- Document Verification — verify corporate documents and extract company/shareholder information
- US Company Registry Check — look up companies in US state registries