API reference
List published pages
Lists the published CMS pages. They also arrive inside the store settings snapshot.
GET
/v1/pagesLists the published CMS pages. They also arrive inside the store settings snapshot.
Query Parameters
Search?string
Limit?integer
Format
int32Response 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 } ] }]