ContactListResponse
data object[]required
Unique contact identifier.
Contact email address.
Contact display name.
Subscription status (read-only, computed by the system).
Possible values: [subscribed, unsubscribed, cleaned]
How the contact was created (read-only).
Possible values: [api, bulk_api, csv_import, smtp, form, unknown]
Engagement tier based on email activity (read-only, computed by the system).
Possible values: [no_data, new, engaged, at_risk, inactive, cold]
tags object[]required
Tags assigned to this contact.
Unique tag identifier.
Tag name.
Tag color as hex string (e.g., "#3B82F6").
When the tag was created.
When the tag was last updated.
Number of campaigns this contact has received (read-only).
Last activity timestamp (read-only).
When the contact was created.
When the contact was last updated.
Whether there are more items available after this page.
Cursor to use as starting_after for the next page.
{
"data": [
{
"id": "string",
"name": "string",
"status": "subscribed",
"source": "api",
"engagement_tier": "no_data",
"tags": [
{
"id": "string",
"name": "string",
"color": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"campaigns_received_count": 0,
"last_activity_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"has_more": true,
"next_cursor": "string"
}