POST
/profiles/{profile_id}/pages/{page_id}/shared_page
curl \
--request POST 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/shared_page' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"allow_copy":true,"profile_id":161675}'
Request examples
{
"allow_copy": true,
"profile_id": 161675
}
Response examples (201)
[
{
"id": "86"
},
{
"id": "89"
}
]