{ "opencollection": "1.0.0", "info": { "name": "Public Imprint Customer Links Offers API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an offer", "type": "http" }, "http": { "method": "GET", "url": "https://dev.sbx.imprint.co/v2/offers", "params": [ { "name": "partner_customer_id", "value": "", "type": "query" } ] }, "docs": "Returns the marketing placement for the given customer" } ] } ], "bundled": true }