{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Ads API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ads", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager List ads", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v25.0/act_:ad_account_id/ads", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "The ID of the ad account (numeric, without the act_ prefix)" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response. If omitted, default fields are returned." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of objects to return per page. Default is 25." }, { "name": "after", "value": "", "type": "query", "description": "Cursor for pagination to retrieve the next page of results" } ] }, "docs": "Retrieves all ads for the specified ad account. Returns ad configurations including creative associations and status." }, { "info": { "name": "Facebook Business Manager Create an ad", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/act_:ad_account_id/ads", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "The ID of the ad account (numeric, without the act_ prefix)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new ad within an ad set. Associates an ad creative with targeting and delivery settings defined at the ad set level." }, { "info": { "name": "Facebook Business Manager Get an ad", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v25.0/:ad_id", "params": [ { "name": "ad_id", "value": "", "type": "path", "description": "The ID of the ad" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response. If omitted, default fields are returned." } ] }, "docs": "Retrieves the details of a specific ad including its creative, status, and configuration." } ] } ], "bundled": true }