Contacts
List contacts
List contacts with full-text and tag filters.
GET
/v1/contactsAuthorization
bearerAuth AuthorizationBearer <token>
API token issued from the dashboard (Settings → API Tokens). Sent as Authorization: Bearer <token>.
In: header
Query Parameters
limit?integer
Default
25Range
1 <= value <= 100skip?integer
Default
0Range
0 <= value <= 9007199254740991query?string
Full-text match on name + email + phone.
email?string
Exact match, case-insensitive.
Match
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Format
emailphone?string
Exact match.
tag?string
Only contacts carrying this tag.
leadStatus?string
Value in
"new" | "contacted" | "qualified" | "unqualified" | "converted"sortBy?string
Default
"createdAt"Value in
"createdAt" | "updatedAt" | "lastName" | "firstName"sortOrder?string
Default
"desc"Value in
"asc" | "desc"Response Body
application/json
application/json
application/json
application/json