v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Create Page

Creates a new Page on a site.

post/sites/multiscreen/{site_name}/pages

Path parameters

site_namestring required

The unique identifier of the target Site.

Request body

type'REGULAR' | 'DYNAMIC'

Response

200

draft_statusstring
header_htmlstring
pathstring
titlestring
typestring
uuidstring

Example response

{
  "draft_status": "STAGED_DRAFT",
  "path": "my-new-page",
  "seo": {
    "description": "my new page title",
    "no_index": true,
    "og_image": "https://www.url-to-image.com",
    "title": "my new page title"
  },
  "title": "My new page",
  "type": "REGULAR",
  "uuid": "7edb2bc3c95b45e89f5eab6d84e557a2"
}