GET Get Dynamic Segment Subscribers​
Retrieve a paginated list of subscribers belonging to a specific dynamic segment. Supports sorting, searching, and optional custom field inclusion. Requires FluentCampaign Pro.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
The slug of the dynamic segment type (e.g., custom_segment, wordpress_users).
The ID of the segment. Use 0 for built-in segments that have no specific ID.
Query Parameters
Search subscribers by name or email.
Column to sort by.
Sort direction.
"ASC""DESC"Set to true to include custom field values for each subscriber.
"true""false"If truthy, includes commerce data for each subscriber (requires a commerce provider like WooCommerce).
Number of subscribers per page.
15Page number for pagination.
1Responses​
Segment details and paginated list of subscribers.