{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Charges Summary API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Charges Summary", "type": "folder" }, "items": [ { "info": { "name": "Get monthly charges summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/charges_summary", "params": [ { "name": "start_date", "value": "", "type": "query", "description": "Start date for the charges summary in ISO date format (YYYY-MM-DD)" }, { "name": "end_date", "value": "", "type": "query", "description": "End date for the charges summary in ISO date format (YYYY-MM-DD). The date is exclusive, data for the end_date itself is not included in the report. The interval between start_date and end_date cannot exceed 31 days." } ] }, "docs": "Retrieve a summary of monthly charges for a specified date range. The date range cannot exceed 31 days." } ] } ], "bundled": true }