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.
Was this page helpful?