latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-13260150938.9 KB

fc5624c7d57a

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
}