Search by Custom Fields in a List
Search for a subscriber within a specific list using one or more custom field values. This is useful for advanced filtering beyond just email.
🧩 Search by Custom Fields in a List
Search subscribers using any available custom field (like EMAIL
, FNAME
, etc.) in a specific list.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
Unique identifier of the list.
🔎 Query Parameters
Parameter
Required / Default
Description
array
Yes
Array of custom fields { 'FIELD' => 'VAL' }
page
1
Page number to retrieve.
per_page
10
Items per page to retrieve.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated