Skip to content
Guides
Content & StorefrontPages

List published pages

Lists the published CMS pages. They also arrive inside the store settings snapshot.

GET/v1/pages

Lists the published CMS pages. They also arrive inside the store settings snapshot.

Query Parameters

search?string

Free-text filter. Which fields it covers depends on the resource.

limit?integer

Maximum number of results to return.

Formatint32

Header Parameters

x-Store-Domain*string

Store slug or configured domain that selects the store context at the central Storefront gateway.

Length1 <= length <= 253

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/pages" \  -H "x-Store-Domain: my-store"
[  {    "key": "example",    "name": "Example resource",    "items": [      {        "label": "example",        "url": "https://example.com/resource",        "order": 1,        "target": "example",        "visible": false,        "children": []      }    ]  }]