GET List Contacts​
Retrieve a paginated list of contacts. Supports both simple filtering (by tags, lists, statuses) and advanced filtering with complex filter groups. Optionally includes custom field values.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Type of filtering to apply.
"simple""advanced""simple"Search contacts by name, email, or other searchable fields.
Column to sort by.
"id"Sort direction.
"ASC""DESC""DESC"Filter by commerce integration availability.
Set to true to include custom field values in the response.
"true""false"Filter by tag IDs (simple filter mode only).
Filter by contact statuses (simple filter mode only).
Filter by SMS statuses (simple filter mode only).
Filter by list IDs (simple filter mode only).
Filter by company IDs.
JSON-encoded advanced filter groups (advanced filter mode only).
Number of contacts per page.
15Page number for pagination.
1Responses​
Paginated list of contacts.