POST
/profiles/{profile_id}/page_groups/{page_group_id}/pages
curl \
--request POST 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/page_groups/{page_group_id}/pages' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"[\n {\n \"page_id\": 11261236\n },\n {\n \"page_id\": 11261239\n }\n]"'
Request example
[
{
"page_id": 11261236
},
{
"page_id": 11261239
}
]
Response examples (200)
{
"Body": "",
"page_id": 11261236
}