GET
/profiles/{profile_id}/page_groups
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/page_groups' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 359784,
"name": "inspections"
},
{
"id": 359894,
"name": "logistics"
}
]