Skip to content
View as Markdown

GET List Dynamic Segments​

GET
/dynamic-segments

Retrieve all registered dynamic segments. Returns both built-in segments (e.g., WordPress Users, WooCommerce Customers) and custom segments created via the API. 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​

List of all dynamic segments.

application/json
JSON
{
"dynamic_segments": [
{
"slug": "string",
"title": "string",
"subtitle": "string",
"id": 0,
"count": 0
}
]
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI