GET Get Dynamic Segment Stats​
GET
/dynamic-segments/stats
Retrieve contact count statistics for all registered dynamic segments. Returns a map of segment keys to their subscriber counts. Requires FluentCampaign Pro.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Segment statistics keyed by {slug}_{id}.
application/json
JSON
{
"stats": {
"additionalProperties": 0
}
}