{ "opencollection": "1.0.0", "info": { "name": "Chargebee API v2 Customers Payments API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "List payments", "type": "http" }, "http": { "method": "GET", "url": "https://{site}.chargebee.com/api/v2/payments" }, "docs": "List payments" } ] } ], "bundled": true }