{ "opencollection": "1.0.0", "info": { "name": "Facebook Graph Ad Accounts Ad Sets API", "version": "21.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ad Sets", "type": "folder" }, "items": [ { "info": { "name": "Facebook List Ad Sets", "type": "http" }, "http": { "method": "GET", "url": "https://graph.facebook.com/v21.0/act_:ad-account-id/adsets", "params": [ { "name": "ad-account-id", "value": "123456789", "type": "path", "description": "The ad account ID." } ] }, "docs": "Retrieve ad sets for an ad account." }, { "info": { "name": "Facebook Create Ad Set", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v21.0/act_:ad-account-id/adsets", "params": [ { "name": "ad-account-id", "value": "123456789", "type": "path", "description": "The ad account ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new ad set within a campaign." } ] } ], "bundled": true }