{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts Billing API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "List account invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/invoices", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Page size." }, { "name": "starting_after", "value": "", "type": "query", "description": "Cursor: id of the last item on the previous page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Cursor paginated with limit and starting_after." } ] } ], "bundled": true }