Copy a Campaign
Duplicate an existing campaign using its unique campaign UID. This is useful when reusing previous campaign settings and templates.
π Copy a Campaign
πΉ HTTP Request
POST API-URL/campaigns/CAMPAIGN-UNIQUE-ID/copyπΈ URL Segments
Segment
Required
Description
π Authorization Header
X-API-KEY: your-api-key-hereπ» PHP Example
// Copy CAMPAIGN
$response = $endpoint->copy('CAMPAIGN-UNIQUE-ID');
// DISPLAY RESPONSE
echo '<hr /><pre>';
print_r($response->body);
echo '</pre>';π¦ Sample JSON Response
Last updated