Skip to content

Get Company Contacts

GET
/companies/{company_id}/contacts

Get contacts belonging to a company.

Authorizations

Parameters

Path Parameters

company_id
required

Company ID

integer

Company ID

Query Parameters

limit

Items per page (max 200)

integer
default: 100 >= 1 <= 200

Items per page (max 200)

offset

Offset for pagination

integer

Offset for pagination

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
Array<object>

Contact summary within a company.

object
city
Any of:
string
country
Any of:
string
direct_phone
Any of:
string
first_name
Any of:
string
full_name
Any of:
string
id
required
integer
job_title
Any of:
string
last_name
Any of:
string
linkedin_url
Any of:
string
seniority_level
Any of:
string
state
Any of:
string
work_email
Any of:
string
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