List contacts
Use this endpoint to list, search, and filter LinkedIn contacts including network connections or imported contacts.
Authorizations
Pass your API key as Authorization: Bearer <api_key>.
Query Parameters
LinkedIn account IDs returned by GET /v1/accounts.
Repeat the query parameter for multiple accounts. The backend also accepts comma-separated values.
^[1-9][0-9]*$Search by name, headline, company, role, LinkedIn handle, or profile URL.
Filter by current or past company name.
Filter by headline text.
Search broadly across profile details, tags, notes, locations, work history, education, and company data.
Filter by location text.
Filter by company size or employee count.
Filter by tag name.
Filter by LinkedIn relationship state. Defaults to any.
any, connected, not_connected, unknown Filter by invitation state. Only pending is currently supported.
pending Return contacts who participate in the given TalkToHumans conversation.
Return only contacts that belong to a saved TalkToHumans view (list).
Accepts the view id or public_id returned by GET /v1/views.
Works for views created in the app and views created with POST /v1/views.
Results are scoped to the view's LinkedIn account.
Page size. Defaults to 10. Values above 25 are clamped to 25.
1 <= x <= 25Opaque cursor from the previous response's pagination.next_cursor.
Response
Contacts matching the filters.