{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts Invoices API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices for a Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/subscriptions/:id/invoices", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Invoices for a Subscription" }, { "info": { "name": "Get an Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an Invoice" } ] } ], "bundled": true }