folder-magnifying-glassSearch 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

Last updated