API Endpoint: Company EIN Lookup by Name
This endpoint allows users to retrieve a list of potential Employer Identification Number (EIN) matches based on a provided company name.
https://www.tincomply.com/api/v1/validate/company-ein-lookup-by-name
Supported Parameters
name– The company name to search for EIN matches. (Required)
Response Object
The response object companyEinLookupByNameResult contains a list of matching results, with the following properties:
id– A unique identifier used to retrieve the unmasked EIN.name– The official registered name of the matched company.ein– The masked EIN associated with the matched company.confidence– The match confidence percentage (higher values indicate stronger matches).
Sample Request
{
"name": "INTERNATIONAL BUSINESS MACHINES CORPORATION"
}
Sample Response
{
"id": "1CfGZRtv7kCt21H206ZQyi",
"request": {
"name": "INTERNATIONAL BUSINESS MACHINES CORPORATION",
"matchThreshold": 100,
"requestDate": "2025-02-20T05:28:06Z",
"requestedServices": "company-ein-lookup-by-name"
},
"companyEinLookupByNameResult": {
"completed": true,
"results": [
{
"id": "I4mMKc93Rk2NXqvzgPVQeftX8boztdAUS3dPwqquiJ3gvw",
"name": "INTERNATIONAL BUSINESS MACHINES CORPORATION",
"ein": "13-XXXXX85",
"confidence": 100
},
{
"id": "7WK1lkATs0G9OabBoQswIaeo6ZiGWTUESYWWTPbs2JGwqD",
"name": "INTERNATIONAL BUSINESS MACHINES CORP",
"ein": "13-XXXXX66",
"confidence": 100
}
]
}
}
Reveal an EIN
https://www.tincomply.com/api/v1/request-details/reveal-ein
Supported Parameters
id– The Request ID is the unique identifier of the request fromcompanyEinLookupByNameResult. (Required)resultId– The Result ID is the unique identifier of the EIN to unmask from the results ofcompanyEinLookupByNameResult. (Required)
Response Object
The response object reveal-ein contains the unmaked EIN, with the following properties:
id– A unique identifier used to retrieve the unmasked EIN.ein– The unmasked EIN associated with the company.name– The official registered name of the company.
Sample Request
{
"id": "1CfGZRtv7kCt21H206ZQyi",
"resultId": "I4mMKc93Rk2NXqvzgPVQeftX8boztdAUS3dPwqquiJ3gvw"
}
Sample Response
{
"id": "I4mMKc93Rk2NXqvzgPVQeftX8boztdAUS3dPwqquiJ3gvw",
"ein": "13-0871985",
"name": "INTERNATIONAL BUSINESS MACHINES CORPORATION"
}
Related
- API Endpoint: Address Validation
- API Integration
- 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