cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_groups \ --header 'x-api-key: <api-key>'
{ "hasMore": true, "items": [ { "actions": [ "<unknown>" ], "brandId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "footerLinks": [ "<unknown>" ], "name": "<string>", "pageContext": "<string>", "pageGroupId": "<string>", "pagesCount": 123, "pageTemplateId": "<string>", "scripts": [ "<unknown>" ], "status": "<string>", "tenantId": "<string>", "title": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "headerActionId": "<string>" } ], "limit": 123, "nextCursor": "<string>" }
Retrieve a list of page groups for the authenticated tenant with optional filtering and pagination
API key authentication for the External Actor Gateway
cursor parameter
Number of page groups to return (1-100, default 20)
status parameter
Successful operation
Show child attributes
Was this page helpful?