{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts Coupons API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Coupons", "type": "folder" }, "items": [ { "info": { "name": "List Coupons", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/coupons" }, "docs": "List Coupons" }, { "info": { "name": "Create a Coupon", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/coupons" }, "docs": "Create a Coupon" }, { "info": { "name": "Get a Coupon", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/coupons/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Coupon" } ] } ], "bundled": true }