{ "opencollection": "1.0.0", "info": { "name": "Content Push API", "version": "0.1" }, "items": [ { "info": { "name": "Content Push", "type": "folder" }, "items": [ { "info": { "name": "Push content to CPs customers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contents/pushes", "headers": [ { "name": "action", "value": "" }, { "name": "transactionId", "value": "" }, { "name": "x-country-code", "value": "" }, { "name": "targetSystem", "value": "" } ] }, "docs": "Pushes content to CPs via a target system." }, { "info": { "name": "WIG Push to customers via Invigo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/wig/push", "headers": [ { "name": "transactionId", "value": "" } ], "params": [ { "name": "sourceIdentifier", "value": "", "type": "query", "description": "Source systme of the request" } ] }, "docs": "WIG Push content to customer via Invigo" } ] } ], "bundled": true }