{ "opencollection": "1.0.0", "info": { "name": "99designs Coupons API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key-Id", "value": "{{Api-Key-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Coupons", "type": "folder" }, "items": [ { "info": { "name": "Generate a partner coupon", "type": "http" }, "http": { "method": "POST", "url": "https://api.99designs.com/resources/v1/coupons", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a signed partner coupon that can be passed back to 99designs via URL parameter, and a URL based on the campaign ID that can be used directly." } ] } ], "bundled": true }