{ "opencollection": "1.0.0", "info": { "name": "Tremendous Campaigns Invoices API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/invoices", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of invoices for the organization." }, { "info": { "name": "Get Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://testflight.tremendous.com/api/v2/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Invoice ID" } ] }, "docs": "Retrieve details of a specific invoice." } ] } ], "bundled": true }