{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Campaigns API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v25.0/act_:ad_account_id/campaigns", "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" }, { "name": "filtering", "value": "", "type": "query", "description": "Filters to apply to the campaign list. Accepts JSON array of filter objects with field, operator, and value." } ] }, "docs": "Retrieves all campaigns for the specified ad account. Returns a paginated list of campaign objects with their configurations and status information." }, { "info": { "name": "Facebook Business Manager Create a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/act_:ad_account_id/campaigns", "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 advertising campaign in the specified ad account. Requires at minimum a name, objective, and status." }, { "info": { "name": "Facebook Business Manager Get a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v25.0/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The ID of the campaign" }, { "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 campaign by its ID, including configuration, status, and objective." }, { "info": { "name": "Facebook Business Manager Update a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The ID of the campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing campaign. Supports modifying name, status, budget, and other campaign-level settings." }, { "info": { "name": "Facebook Business Manager Delete a campaign", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.facebook.com/v25.0/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "The ID of the campaign" } ] }, "docs": "Deletes an advertising campaign. This sets the campaign status to DELETED and it will no longer serve ads." } ] } ], "bundled": true }