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
Requiredinteger
Responses​
Segment duplicated successfully.
application/json
JSON
{
"message": "string",
"segment_id": 0
}