{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens CDR Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CDR Reports", "type": "folder" }, "items": [ { "info": { "name": "Get all CDR report requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/voice", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all CDR report requests for the authenticated user" }, { "info": { "name": "Create a new CDR report request", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/voice", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new CDR report request with the specified filters" }, { "info": { "name": "Get available CDR report fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/voice/fields", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all available fields that can be used in CDR reports" }, { "info": { "name": "Get a specific CDR report request", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/voice/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a specific CDR report request by ID" }, { "info": { "name": "Delete a CDR report request", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/voice/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a specific CDR report request by ID" } ] } ], "bundled": true }