contacts
List contacts
List and search contacts for a profile. Supports filtering by tags, platform, subscription status, and full-text search.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Query Parameters
profileId?string
Filter by profile. Omit to list across all profiles
search?string
tag?string
platform?string
Value in
"instagram" | "facebook" | "telegram" | "twitter" | "bluesky" | "reddit" | "whatsapp"isSubscribed?string
Value in
"true" | "false"limit?integer
Default
50Range
value <= 200skip?integer
Default
0Response Body
application/json
curl -X GET "https://zernio.com/api/v1/contacts"Empty
{
"error": "Unauthorized"
}