Skip to main content
GET
List Contacts
Use this endpoint to retrieve a paginated list of contacts in your workspace. All query parameters are optional. By default, the API returns the first 10 contacts. You can use the q parameter for a full-text search across names, emails, and phone numbers. You can also use advanced filtering by combining tags, custom fields, segments, and date ranges.

Authorizations

X-API-Key
string
header
required

Query Parameters

page
integer
default:1

Page number for pagination

limit
integer
default:10

Number of items per page (max: 100)

q
string

Free-text search query matching first name, last name, phone number, or email.

subscribed
boolean

Filter by WhatsApp subscription status.

tagsId
string

Filter by tags using comma-separated Tag IDs (e.g. id1,id2). Use in combination with tagsMode.

segmentId
string

Filter by segment ID(s). Comma-separated list supported.

startDate
string<date-time>

Filter contacts created on or after this ISO date-time.

endDate
string<date-time>

Filter contacts created on or before this ISO date-time.

Response

Contacts retrieved successfully

status
string
Example:

"success"

code
integer
Example:

200

message
string
Example:

"Contacts fetched successfully"

data
object
timestamp
string<date-time>
Example:

"2026-05-18T15:00:00.000Z"