{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Offers API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud List Offers", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/offer/offers", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of personalized and fallback offers in the offer library. Each offer includes its ID, name, status, and representation details." }, { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud Create an Offer", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/offer/offers", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new personalized offer with eligibility rules, content representations, and priority settings for use in offer decisioning." }, { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud Get an Offer", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/offer/offers/:offerId", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "params": [ { "name": "offerId", "value": "", "type": "path" } ] }, "docs": "Retrieves the full definition of an offer by its ID, including content representations, eligibility rules, and constraints." }, { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud Update an Offer", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.adobe.io/offer/offers/:offerId", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "params": [ { "name": "offerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing offer with new content, eligibility rules, or priority settings." }, { "info": { "name": "Adobe Journey Optimizer Adobe Experience Cloud Delete an Offer", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.adobe.io/offer/offers/:offerId", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "params": [ { "name": "offerId", "value": "", "type": "path" } ] }, "docs": "Deletes an offer from the library. Offers in use by active decisions cannot be deleted." }, { "info": { "name": "Adobe Target Adobe Experience Cloud List Offers", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/target/offers", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of content offers configured in Adobe Target. Offers include HTML, JSON, and redirect offer types." }, { "info": { "name": "Adobe Target Adobe Experience Cloud Create an Offer", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/target/offers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new content offer in Adobe Target. The offer can be HTML content, a JSON payload, or a redirect URL." }, { "info": { "name": "Adobe Target Adobe Experience Cloud Get an Offer", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/target/offers/:offerId", "params": [ { "name": "offerId", "value": "", "type": "path" } ] }, "docs": "Retrieves a single offer by its offer ID, including the content payload and metadata." }, { "info": { "name": "Adobe Target Adobe Experience Cloud Update an Offer", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.adobe.io/target/offers/:offerId", "params": [ { "name": "offerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing offer with new content or metadata." }, { "info": { "name": "Adobe Target Adobe Experience Cloud Delete an Offer", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.adobe.io/target/offers/:offerId", "params": [ { "name": "offerId", "value": "", "type": "path" } ] }, "docs": "Permanently deletes an offer. Offers in use by active activities cannot be deleted." } ] } ], "bundled": true }