New: our AI Agent is live — 140+ live registry connections, KYB without an integration. Try it →

Americas • ISO US

Verify United States companies via API

Know Your Customer Limited verifies United States companies live from the See USA tab for details., returning company data, and registry documents, with AML screening and ongoing monitoring. Free sandbox available.

What the API returns for United States

When you create a KYB case for a United States company, Know Your Customer Limited retrieves data live from the See USA tab for details.. A single integration returns the company record, the controlling parties and individuals, the shareholders and beneficial owners, and the registry documents, with AML screening on the entity and its associated individuals built into the same case.

United States data and document availability

Know Your Customer Limited verifies companies across all 50 United States registries from one integration. Company data and registry documents are available for every United States jurisdiction; controlling parties and shareholders and beneficial owners are as follows:

United States jurisdictionControlling entities & individualsShareholders & beneficial owners
AlabamaName, Address, RoleNot available
AlaskaName, Address, RoleName, Share count, Role
ArizonaName, Address, RoleNot available
ArkansasName, Address, RoleNot available
CaliforniaName, Address, RoleNot available
ColoradoName, Address, RoleNot available
ConnecticutName, Address, RoleNot available
DelawareName, Address, Role, Phone NumberNot available
FloridaName, Address, RoleNot available
GeorgiaName, Address, RoleNot available
HawaiiName, Address, RoleNot available
IdahoName, Address, RoleNot available
IllinoisName, Address, RoleNot available
IndianaName, Address, RoleNot available
IowaName, Address, RoleName, Address, Role
KansasName, Address, RoleName, Address, Role
KentuckyName, Address, RoleNot available
LouisianaName, Address, Role, Appointed OnNot available
MaineName, Address, RoleName, Address, Role
MarylandName, Address, RoleName, Address, Role
MassachusettsName, Address, RoleNot available
MichiganName, Address, RoleNot available
MinnesotaName, Address, RoleName, Address, Role
MississippiName, Address, RoleName, Address, Role
MissouriName, Address, RoleName, Address, Role
MontanaName, Address, RoleName, Address, Role
NebraskaName, Address, RoleName, Address, Role
NevadaName, Address, RoleNot available
New HampshireName, Address, RoleName, Address, Role
New JerseyName, Address, RoleNot available
New MexicoName, Address, RoleNot available
New YorkName, Address, RoleNot available
North CarolinaName, Address, RoleNot available
North DakotaName, Address, RoleName, Address, Role
OhioName, Address, Role, Appointed onNot available
OklahomaName, Address, RoleNot available
OregonName, Address, Role, Appointed OnNot available
PennsylvaniaName, Address, RoleName, Address, Role
Rhode IslandName, Address, RoleNot available
South CarolinaName, Address, RoleNot available
South DakotaName, Address, RoleName, Address, Role
TennesseeName, Address, RoleNot available
TexasName, Address, RoleNot available
UtahName, Address, RoleNot available
VermontName, Address, RoleName, Address, Role
VirginiaName, Address, RoleName, Address, Role
WashingtonName, Address, RoleNot available
West VirginiaName, Address, RoleName, Address, Role
WisconsinName, Address, RoleNot available
WyomingName, Address, RoleName, Address, Role

AML, sanctions, and PEP screening on the entity and its associated individuals, and ongoing live monitoring with change alerts, are available for United States as part of the same case.

How to verify a United States company via API

The following example shows the complete flow: authenticate, search the United States registry, create a KYB case, and retrieve company data and the ownership org-chart. All calls go to the sandbox base URL for testing.

Free sandbox

The sandbox at https://api.knowyourcustomer.dev is free. Request access to get your client credentials.

Shell (curl)
# 1. Authenticate (OAuth2 client credentials)
curl -X POST https://api.knowyourcustomer.dev/connect/token \
 -d "grant_type=client_credentials" \
 -d "client_id=YOUR_CLIENT_ID" \
 -d "client_secret=YOUR_CLIENT_SECRET" \
 -d "scope=PublicApi"

# 2. Search the United States registry
curl -X POST https://api.knowyourcustomer.dev/v2/Companies/search \
 -H "Authorization: Bearer $TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"name":"JPMorgan Chase and Co","codeiso31662":"US"}'

# 3. Create a KYB case
curl -X POST https://api.knowyourcustomer.dev/v2/Companies \
 -H "Authorization: Bearer $TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"rawname":"JPMorgan Chase and Co","codeiso31662":"US"}'

# 4. Retrieve company data and status
curl https://api.knowyourcustomer.dev/v2/Companies/CASE_ID \
 -H "Authorization: Bearer $TOKEN"

# 5. Get the beneficial ownership org-chart
curl https://api.knowyourcustomer.dev/v2/Companies/CASE_ID/org-chart \
 -H "Authorization: Bearer $TOKEN"

Replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with your sandbox credentials, and CASE_ID with the caseCommonId returned in step 3.

Frequently asked questions about the United States KYB API

What company data can I verify in United States?

For a United States company, the API returns the company record read live from the See USA tab for details.: the entity name, type, status, registration number, address, and registration date, along with the available registry documents. See the table above for the full United States availability.

Does the API return beneficial ownership (UBO) data for United States companies?

For United States, the See USA tab for details. does not publish shareholder or beneficial-owner data, so the API returns the company record and the controlling parties and officers rather than a shareholder or beneficial-owner list. Where you need ownership for an entity in a jurisdiction that does publish it, the recursive org-chart (GET /v2/Companies/{caseCommonId}/org-chart) resolves it. See the UBO API.

Can I retrieve official registry documents for United States companies?

The API returns the registry documents the register makes available for United States, pulled at verification time, via the documents endpoint (GET /v2/Companies/{caseCommonId}/documents).

Is there a free sandbox for testing United States company verification?

Yes. The Know Your Customer sandbox at https://api.knowyourcustomer.dev is a free, high-fidelity test environment. Request free sandbox access to start testing.

147 jurisdictions from one API

The Know Your Customer Limited API covers 147 jurisdictions worldwide, including United States. One integration, one set of credentials, one response schema across all markets. Browse all covered jurisdictions.

Related coverage: British Virgin IslandsCayman IslandsAnguillaArgentinaArubaBahamas.

Ready to verify United States companies?

The sandbox is free and available immediately. Integrate once, cover 147 jurisdictions.