Get Page
Returns a page by its ID or pathname.
Authorizations
API key authentication. Accepts either:
- App API key (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
- Site API key (UUID format, e.g. 550e8400-e29b-41d4-a716-446655440000)
Path Parameters
The page ID or pathname for the page you are requesting.
Query Parameters
The site ID required when using a pathname instead of a page ID.
The version reference to retrieve the page from. Defaults to ref:draft if not provided.
Supported formats:
ref:draft- Draft/working versionref:live- Live/published version
ref:live, ref:draft The locale to retrieve the page in. If provided, localized page data is collapsed into the response.
Response
page "page"
The ID of the page.
The page pathname.
"furniture"
The canonical URL of the page.
The page title.
The page description.
The social image URL of the page.
The sitemap priority.
0 <= x <= 1The sitemap update frequency.
always, hourly, daily, weekly, monthly, yearly, never The page creation date and time.
The page last update date and time.
The page publication date and time.
The flag that indicates whether the page is online.
The flag that indicates whether the page is excluded from search.
The localizations of the page.
The page locale. This defaults to the default locale of the parent site.