GET
/profiles/{profile_id}/pages/{page_id}/http_callbacks
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/http_callbacks' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 283,
"name": "New Record Endpoint"
},
{
"id": 286,
"name": "Zapier Endpoint"
}
]