Submit telco data usage report
Submit a new telco data usage report
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
*/*
Telco data usage request data
Start date for the usage report
Example:
"2025-02-10"
End date for the usage report
Example:
"2025-02-10"
Type of aggregation for the report
Available options:
ALL, BY_ORGANIZATION_MEMBER Example:
"ALL"
List of managed accounts to include in the report
Example:
[
"f47ac10b-58cc-4372-a567-0e02b2c3d479",
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
]Response
Successfully submitted telco data usage report
Telco data usage report response
JavaScript