Get Contact Activity
Paginated activity feed for a specific contact — notes created, messages sent, property likes, saved searches, and more. Separate endpoint for performance since activity data can be large.
GET
/v1/contacts/:contactId/activityAuthentication
OAuth
Authorization: BearerRequires OAuth access token (scope: contacts)
Query Parameters
contactIdstringContact ID (URL path parameter)
pagenumberPage number (default: 1)
limitnumberResults per page (max 50, default: 20)
typesstringComma-separated activity types to filter (e.g., NOTE_CREATED,MESSAGE_SENT)
sincestringISO 8601 timestamp. Only activities after this date
Responses
200Success
application/jsontotalnumberTotal matching activities
pagenumberCurrent page number
limitnumberResults per page
activityarrayArray of activity objects