{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Invoices API", "version": "2.0.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://api.telnyx.com/v2/invoices", "params": [ { "name": "sort", "value": "", "type": "query", "description": "Specifies the sort order for results." }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "Retrieve a paginated list of invoices." }, { "info": { "name": "Get invoice by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Invoice UUID" }, { "name": "action", "value": "", "type": "query", "description": "Invoice action" } ] }, "docs": "Retrieve a single invoice by its unique identifier." } ] } ], "bundled": true }