GET
/organizations/{organizationId}/contactsList contacts
Lists customer contacts with search, lifecycle, tag, and creation-date filters.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
limitquery · integeroptional
Maximum records to return. Defaults to 25.
cursorquery · stringoptional
Opaque cursor from a prior response.
searchquery · stringoptional
lifecyclequery · stringoptional
Valuesenum
"lead" · "active" · "churned"
Responses
200application/json
Contact page.
{
"data": [
{
"id": "con_01J8FA5Q9M6T4X2K7P3",
"email": "aleks@acme.example",
"first_name": "Aleks",
"last_name": "Nowak",
"company": "Acme Studio",
"lifecycle": "lead",
"tags": [
"webinar-september",
"poland"
],
"traits": {
"plan_interest": "growth",
"company_size": 48
},
"consent": {
"marketing": true,
"product_updates": true
},
"activity": {
"event_count": 16,
"last_seen_at": "2026-09-03T09:12:00Z"
},
"created_at": "2026-08-21T11:05:00Z",
"updated_at": "2026-09-03T09:12:00Z"
}
],
"page": {
"next_cursor": "eyJvZmZzZXQiOjI1fQ",
"previous_cursor": null,
"has_more": true
},
"request_id": ""
}dataarray<>optional
pageoptional
request_idstringoptional
Powered by heyo-docs