API Endpoint: Company Name Lookup by EIN
The company-name-lookup-by-ein endpoint retrieves the registered business name associated with a provided Employer Identification Number (EIN).
https://www.tincomply.com/api/v1/validate/company-name-lookup-by-ein
Supported Parameters
The following parameter is required for a request:
tin– The Employer Identification Number (EIN) of the company.
Response Object
The response object is companyNameLookupByEinResult, which contains the following property:
| Property | Description |
|---|---|
name |
The official registered name of the company (if found). |
If the EIN is valid and registered, the API returns the matching business name.
Sample Request
{
"tin": "130871985"
}
Response:
{
"id": "YZaaP7ZTTZOkce9mEYxdZQsh",
"request": {
"tin": "XXXXX1985",
"requestDate": "2025-02-20T01:18:37Z",
"requestedServices": "company-name-lookup-by-ein"
},
"companyNameLookupByEinResult": {
"name": "INTERNATIONAL BUSINESS MACHINES CORPORATION",
"message": "EIN lookup match found",
"found": true,
"completed": true
}
}
Related
- API Integration
- API Endpoint: Address Validation
- API Endpoint: Company Details Lookup by Name Address
- API Endpoint: Company EIN Lookup by Name
- API Endpoint: Company Name Lookup by EIN
- API Endpoint: FATCA GIIN
- API Endpoint: IRS TIN Name Matching
- API Endpoint: Legal Entity Identifier
- API Endpoint: List Sanctions
- API Endpoint: Request Details
- API Endpoint: Validate