CMS Pages
Retrieve a CMS Page
To return a single CMS Page you can use the CMS Page slug:
GET /api/v2/storefront/cms_pages/about-us
or CMS Page ID:
GET /api/v2/storefront/cms_pages/37
Note: API will attempt a Slug lookup before an ID lookup.
GET
/
api
/
v2
/
storefront
/
cms_pages
/
{cms_page_slug}
Path Parameters
cms_page_slug
string
requiredCMS Page Slug
Query Parameters
include
string
Pass cms_sections
as an include value to fetch the CMS Sections associated with each CMS Page. If you need to fetch the CMS Sections Linked Resource, you can pass cms_sections.linked_resource
.
Response
200 - application/vnd.api+json
data
object
The CMS Page model contains page data for Standard pages, Feature Pages and Homepages.
included
object[]
Was this page helpful?