Update Page

Getting a page via App Store APIs

Get Pages of the website.

{
  "results": [
    {
      "uuid": "string",
      "title": "ABOUT",
      "path": "about/abab",
      "seo": {
        "title": "About Page",
        "description": null,
        "no_index": false,
        "og_image": "https://example.org/path/to/image.png"
      },
      "header_html": "<script>console.log('woo')</script>"
    },
    {
      "uuid": "string",
      "title": "SERVICES",
      "path": "services",
      "seo": {
        "title": "Services Page",
        "description": null,
        "no_index": false,
        "og_image": "https://example.org/path/to/image.png"
      },
      "header_html": "<script>console.log('hoo')</script>"
    },
    {
      "uuid": "string",
      "title": "HOME",
      "path": "home",
      "seo": {
        "title": "Home Page",
        "description": null,
        "no_index": false,
        "og_image": "https://example.org/path/to/image.png"
      },
      "header_html": "<script>console.log('foo')</script>"
    },
    {
      "uuid": "string",
      "title": "CONTACT",
      "path": "contact",
      "seo": {
        "title": "Contact Us",
        "description": null,
        "no_index": false
      },
      "header_html": "<script>console.log('bar')</script>"
    }
  ]
}
Language