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
GET API-URL/lists/LIST-UNIQUE-ID/subscribers/search-by-custom-fields๐ธ 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
X-API-KEY: your-api-key-here