{ "opencollection": "1.0.0", "info": { "name": "Octobat Coupons Payouts API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "List payouts", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.octobat.com/payouts" }, "docs": "List payouts" }, { "info": { "name": "Retrieve a payout", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.octobat.com/payouts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a payout" }, { "info": { "name": "Export payouts to CSV", "type": "http" }, "http": { "method": "POST", "url": "https://apiv2.octobat.com/payouts/csv_export" }, "docs": "Export payouts to CSV" } ] } ], "bundled": true }