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

๐Ÿ’ป PHP Example


๐Ÿ“ฆ Sample JSON Response