Skip to main content
POST
Clone a page

Path Parameters

page_id
string
required

The ID of the page to clone

Body

application/json

Page fields to override in the cloned page

name
string

Name of the cloned page

slug
string

URL slug for the cloned page

Response

200 - application/json

Cloned page details

id
integer

Page ID

name
string

Page name

slug
string

Page URL slug

cloned_from
integer

ID of the original page that was cloned

current_state
string

Current page state

url
string

Full URL of the page

Last modified on March 16, 2026