Company ID Lookup Endpoint
Cost0 credit / successful requestLook up the vanity ID of a company by its numeric ID.
Authorization
BearerAuth clientAuthorizationBearer <token>
In: header
Scope: client
Query Parameters
id*string
The company's internal, immutable numeric ID.
Response Body
application/json
curl -X GET "https://enrichlayer.com/api/v2/company/resolve-id?id=1441"{
"vanity_id": "google"
}Empty
Empty
Empty
Empty
Empty
Empty
Empty
Role Lookup Endpoint GET
Returns the profile of a person who most closely matches a specified role in a company. For instance, it can identify the "CTO" of "Apple". The endpoint returns a single result that represents the closest match. For a detailed comparison, see the [Employee Search Endpoint](#company-api-employee-search-endpoint) or the [Person Search Endpoint](#search-api-person-search-endpoint).
Cost3 credits / successful request
Company Lookup Endpoint GET
Resolve Company Profile from company name, domain name, and location.
Cost2 credits / successful request