{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Pages API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pages", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager Get page details", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v25.0/:page_id", "params": [ { "name": "page_id", "value": "", "type": "path", "description": "The ID of the Facebook Page" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves information about a Facebook Page including name, category, description, fan count, and other metadata." }, { "info": { "name": "Facebook Business Manager Subscribe app to page", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/:page_id/subscribed_apps", "params": [ { "name": "page_id", "value": "", "type": "path", "description": "The ID of the Facebook Page" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Installs a Webhooks-configured app on the Page so the app can receive real-time updates about changes to the Page." } ] } ], "bundled": true }