Appearance
List contacts
List and search contacts for a profile. Supports filtering by tags, platform, subscription status, and full-text search.
GET /v1/contacts
List and search contacts for a profile. Supports filtering by tags, platform, subscription status, and full-text search.
Parameters
profileId(query, string) — Filter by profile. Omit to list across all profilessearch(query, string)tag(query, string)platform(query, string)isSubscribed(query, string)limit(query, integer)skip(query, integer)
Responses
200 — Contacts list with pagination and filter metadata
success(boolean)contacts(array)filters(object)pagination(object)
401