GET
/
api
/
teams
/
{teamId}
/
contacts

Authorizations

Bearer API key
string
header
required

The API key used to authenticate requests, learn how to generate an API key on the Authentication page.

Path Parameters

teamId
string
required

Team ID, starting with tea_

Query Parameters

take
integer
default:
25

The number of items to return per page.

Required range: x < 100
startingAfter
string

ID of the item to start the pagination after (not inclusive).

q
string

Search query to filter items by.

orderBy
string

The field to order items by (e.g., createdAt).

sort
enum<string>

The direction to sort items by.

Available options:
asc,
desc

Response

200 - application/json
avatar
string

The URL of the avatar of the contact.

bio
string

The bio of the contact.

blockedAt
string

The date and time the contact was unsubscribed.

city
string

The city of the contact's residential location.

companyId
string

The unique ID of the company the contact works at, starting with com_.

countryCode
string

The country code of the contact's residential location in the ISO 3166-1 alpha-2 format.

createdAt
string

The date and time the contact was created.

employmentSeniority
enum<string>

The seniority level of the contact in their current job.

Available options:
c_suite,
director,
entry,
founder,
head,
intern,
manager,
owner,
partner,
senior,
vp
employmentTitle
string

The current job title of the contact.

id
string

The unique ID of the contact, starting with con_.

latitude
number

The latitude of the contact's residential location.

location
string

The residential location of the contact.

longitude
number

The longitude of the contact's residential location.

name
string

The full name of the contact.

nickname
string

The nickname of the contact, e.g., the first name.

rootContactId
string

The globally unique ID of the root contact, starting with rcn_.

state
string

The state of the contact's residential location.

timeZone
string

The time zone of the contact in the IANA time zone database format.

updatedAt
string

The date and time the contact was last updated.

website
string

The URL of the personal website of the contact.