Skip to content
View as Markdown

POST Duplicate Dynamic Segment​

POST
/dynamic-segments/duplicate/{id}

Create a copy of an existing custom dynamic segment. The duplicated segment will have [Duplicate] prepended to its title. 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)

Parameters​

Path Parameters

id*

The ID of the custom segment to duplicate.

Type
integer
Required

Responses​

Segment duplicated successfully.

application/json
JSON
{
"message": "string",
"segment_id": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI