List contacts
Get all contacts for a team.
Authorizations
The API key used to authenticate requests, learn how to generate an API key on the Authentication page.
Path Parameters
Team ID, starting with tea_
Query Parameters
The number of items to return per page.
x < 100
ID of the item to start the pagination after (not inclusive).
Search query to filter items by.
The field to order items by (e.g., createdAt
).
The direction to sort items by.
asc
, desc
Response
The unique ID of the contact, starting with con_
.
The date and time the contact was created.
The date and time the contact was last updated.
The date and time the contact was unsubscribed.
The full name of the contact.
The nickname of the contact, e.g., the first name.
The bio of the contact.
The URL of the avatar of the contact.
The URL of the personal website of the contact.
The residential location of the contact.
The time zone of the contact in the IANA time zone database format.
The city of the contact's residential location.
The state of the contact's residential location.
The country code of the contact's residential location in the ISO 3166-1 alpha-2 format.
The latitude of the contact's residential location.
The longitude of the contact's residential location.
The current job title of the contact.
The seniority level of the contact in their current job.
c_suite
, director
, entry
, founder
, head
, intern
, manager
, owner
, partner
, senior
, vp
The unique ID of the company the contact works at, starting with com_
.
The globally unique ID of the root contact, starting with rcn_
.