{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Collections API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud List Collections", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/offer/collections", "headers": [ { "name": "x-sandbox-name", "value": "" } ] }, "docs": "Returns a list of offer collections. Collections are groups of offers that share common tags or qualifiers." }, { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud Create a Collection", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/offer/collections", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new offer collection with the specified filter criteria to group related offers." } ] } ], "bundled": true }