Skip to content
Guides
API reference
stable

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
Limit?integer
Formatint32

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"
[  {    "key": "string",    "name": "string",    "items": [      {        "label": "string",        "url": "string",        "order": 0,        "target": null,        "visible": null,        "children": null      }    ]  }]