List Contacts
List the authenticated user's CRM contacts with search, filtering, and pagination. Requires an OAuth access token with 'contacts' scope.
GET
/v1/contactsAuthentication
OAuth
Authorization: BearerRequires OAuth access token (scope: contacts)
Query Parameters
querystringSearch by name, email, or phone
pagenumberPage number (default: 1)
limitnumberResults per page (max 50, default: 25)
sinceISO 8601Contacts created/updated after this time
stagestringFilter by pipeline stage
tagstringFilter by tag
SortenumSort field
Default:
createdAtcreatedAtlastActivityDatenameOrderenumSort order
Default:
descdescascResponses
200Success
application/jsontotalnumberTotal matching contacts
pagenumberCurrent page number
limitnumberResults per page
contactsarrayArray of contact objects