v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Pages

Getting a site via App Store APIs

get/site/{site_name}/v2/pages

Path parameters

site_namestring required

Headers

x-duda-access-tokenstring

The specific access token to access this site API.

authorizationstring

Your App Account's username and password, base64'd.

Response

200

Example response

{
  "results": [
    {
      "header_html": "<script>console.log('woo')</script>",
      "path": "about/abab",
      "seo": {
        "og_image": "https://example.org/path/to/image.png",
        "title": "About Page"
      },
      "title": "ABOUT",
      "type": "REGULAR",
      "uuid": "string"
    }
  ]
}