v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBScreens
Duplicate a screen
Creates a copy (duplicate) of an existing screen. The duplicated screen is returned with a new id and status draft. No request body is required.
post/screens/{screen_id}/copy
Path parameters
screen_idstring required
Screen identifier to duplicate.
Response
Duplicated screen created successfully.
Example response
{
"id": "scr_abc123",
"url": "/v4/screens/scr_abc123",
"name": "Onboarding Paywall",
"status": "published",
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z",
"default_lang": "en"
}