Skip to main content
GET
List companies

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Query Parameters

account_id
string[]

LinkedIn account IDs returned by GET /v1/accounts.

Repeat the query parameter for multiple accounts. The backend also accepts comma-separated values. If an explicit account target is not accessible to this credential, the API returns 403 account_shared_access_required.

Pattern: ^[1-9][0-9]*$
view_id
string

Optional. Return only companies associated with contacts in a saved TalkToHumans contact view. Accepts the view id or public_id returned by GET /v1/views. When provided, results are scoped to the view's LinkedIn account and account_id is ignored.

limit
integer
default:10

Page size. Defaults to 10. Values above 25 are clamped to 25.

Required range: 1 <= x <= 25
cursor
string

Opaque cursor from the previous response's pagination.next_cursor.

Response

Companies matching the filters.

data
object
required