{ "opencollection": "1.0.0", "info": { "name": "Ordergroove REST Customers Offers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "List offer profiles", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.ordergroove.com/offer_profiles/" }, "docs": "Lists the offer profiles (incentive logic) that can be applied to recurring purchases." }, { "info": { "name": "List one-time discounts", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.ordergroove.com/otd/" }, "docs": "List one-time discounts" }, { "info": { "name": "Create a one-time discount", "type": "http" }, "http": { "method": "POST", "url": "https://restapi.ordergroove.com/otd/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a one-time discount" }, { "info": { "name": "List entitlements", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.ordergroove.com/entitlements/", "params": [ { "name": "customer", "value": "", "type": "query" } ] }, "docs": "List entitlements" } ] } ], "bundled": true }