Company ID Lookup Endpoint
Cost0 credit / successful requestLook up the vanity ID of a company by its numeric ID.
Authorization
BearerAuth clientIn: header
Scope: client
Query Parameters
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"
}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. Credits are charged on any 200 response, including when no matching profile is found. 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 a Company Profile from company name, domain name, and location. Credits are charged on any 200 response, including when no matching company is found and the result contains a null value.
Cost2 credits / successful request