cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}
{ "brandId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "actions": [ "<any>" ], "deletedAt": "2023-11-07T05:31:56Z", "footerLinks": [ "<any>" ], "headerActionId": "<string>", "metadata": "<any>", "name": "<string>", "pageContext": "<string>", "pageId": "<string>", "pageTemplateId": "<string>", "scripts": [ "<any>" ], "tenantId": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "variantsCount": 123 }
Retrieve a specific page group by ID.
page_group_id parameter
Successful operation
Was this page helpful?