Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Idempotency-Key
string

A unique key that makes this request safe to retry. See Idempotent requests.

Maximum string length: 255
Example:

"d9105228-4a08-46b1-8b91-42fed586d383"

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-20"

Path Parameters

id
string
required

The ad campaign ID.

Body

application/json
count
integer

Number of copies to create (1-10). Defaults to 1.

preserve_engagement
boolean

Whether the copied ads keep the original posts' engagement (likes, comments, shares). Defaults to false.

Response

ad campaign duplication started

data
object[]
required