Query contacts with filters.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter contacts by their acquisition source name.
Search term for contacts (e.g., matches firstname, lastname, phone_number).
Filter contacts by the status of their most recent call. Comma-separated list if multiple.
Page number for pagination.
Number of items per page for pagination.
Workspace slug. If not provided, it will fall back to use the "default" workspace.
Filter contacts by a specific campaign ID.
Filter by the general status of the contact.
Filter contacts created on or after this date (YYYY-MM-DD).
Filter contacts created on or before this date (YYYY-MM-DD).
Column to sort contacts by (e.g., 'created_at', 'lastname').
Sort order.
asc
, desc
Comma-separated list of contact fields to apply filters on (e.g., 'tag_name,category_name').
Comma-separated list of values corresponding to filter_columns.
Comma-separated list of operators (e.g., 'eq,contains') corresponding to filter_columns and filter_values. Or a single operator to apply to all.
Contact response
The response is of type object
.