{ "opencollection": "1.0.0", "info": { "name": "Amazon Advertising Ad Groups API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ad Groups", "type": "folder" }, "items": [ { "info": { "name": "Amazon List Ad Groups", "type": "http" }, "http": { "method": "GET", "url": "https://advertising-api.amazon.com/v2/sp/adGroups", "headers": [ { "name": "Amazon-Advertising-API-Scope", "value": "" } ], "params": [ { "name": "campaignIdFilter", "value": "", "type": "query" }, { "name": "stateFilter", "value": "", "type": "query" } ] }, "docs": "Returns a list of ad groups for the specified advertiser profile." }, { "info": { "name": "Amazon Create Ad Groups", "type": "http" }, "http": { "method": "POST", "url": "https://advertising-api.amazon.com/v2/sp/adGroups", "headers": [ { "name": "Amazon-Advertising-API-Scope", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or more ad groups." } ] } ], "bundled": true }