Skip to content

Resolve Hiring Company Ids

POST
/hiring-signals/companies/resolve-ids

Turn LinkedIn company ids into graph8 company ids.

This is the step that makes a Hiring Signals result usable: the search returns lcids, and building a list or enrolling a sequence needs graph8 ids. The handler caps the input server-side regardless of what is sent.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Turn LinkedIn company ids into graph8 company ids.

This is what makes a Hiring Signals result actionable: the search returns lcids, and a list or a sequence needs graph8 ids. The handler caps the input server-side regardless of what is sent.

object
linkedin_company_ids
Array<integer>

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string