Documentation

Company ID Lookup Endpoint

Cost0 credit / successful request

Look up the vanity ID of a company by its numeric ID.

GET
/api/v2/company/resolve-id

Authorization

BearerAuth client
AuthorizationBearer <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