16ad4f8e3d97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-10244143882.9 KB
Widgets

Duplicate saved popup

Copies a saved popup into a new draft with its own view and conversion counts. The original keeps its status and stats, so a live popup carries on showing while the copy is edited.

post/popups/{popupId}/duplicate

Path parameters

popupIdstring required

Request body

namestring

Name for the copy. Defaults to the original name with " (copy)" appended.

Response

Popup duplicated as a draft

successboolean
messagestring

Example response

{
  "success": true
}