Duplicate landing page
Copies a landing page into a new draft with its own slug, views, and conversions. The original keeps its published URL and stats.
Path parameters
Landing page ID to copy
Request body
Response
Landing page duplicated
Example response
{
"success": true,
"landingPage": {
"id": "lp_abc123",
"companyId": "comp_abc123",
"name": "Product Waitlist",
"slug": "product-waitlist",
"status": "published",
"content": {
"version": 2,
"template": "waitlist",
"seo": {
"faviconUrl": "https://acme.com/favicon.png"
}
},
"viewCount": 1240,
"conversionCount": 186,
"url": "https://sequenzy.com/dashboard/company/comp_abc123/landing-pages/lp_abc123",
"appPublicUrl": "https://sequenzy.com/lp/comp_abc123/product-waitlist",
"customDomain": "offer.example.com",
"publicUrl": "https://pages.example.com/product-waitlist",
"previewUrl": "https://sequenzy.com/lp/preview/lp_abc123?token=..."
}
}Changes
Changed in 6 of the 123 revisions of this API.311
- ○
added the optional property
landingPage/previewUrlto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
landingPage/content/themeto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
landingPage/customDomainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
landingPage/customDomainScopeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the404statusresponse-optional-property-added
- ○
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
- ▲
the response property
successbecame optional for the status400response-property-became-optional
- ▲
the response property
successbecame optional for the status401response-property-became-optional
- ▲
the response property
successbecame optional for the status404response-property-became-optional
- ▲
- ○
endpoint added
endpoint-added
- ○