GET
/profiles/{profile_id}/pages/{page_id}/shared_page
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/shared_page' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"allow_copy": false,
"id": 86,
"profile_id": 161675
},
{
"allow_copy": true,
"id": 89,
"profile_id": 161666
}
]