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.
Required capability: fcrm_manage_contact_cats
Enforced by DynamicSegmentPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
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.
1Restrict the segment's contacts to these tag ids.
Restrict the segment's contacts to these list ids.
Restrict the segment's contacts to these subscription statuses.
Responses​
Segment details and paginated list of subscribers.