Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Authenticates the request with your Telnyx API V2 KEY
Query Parameters
Telnyx product
Breakout by specified product dimensions
Specified product usage values
The start date for the time range you are interested in. The maximum time range is 31 days. Format: YYYY-MM-DDTHH:mm:ssZ
The end date for the time range you are interested in. The maximum time range is 31 days. Format: YYYY-MM-DDTHH:mm:ssZ
A more user-friendly way to specify the timespan you want to filter by. More options can be found in the Telnyx API Reference docs.
Filter records on dimensions
Return the aggregations for all Managed Accounts under the user making the request.
Specifies the sort order for results
Specify the response format (csv or json). JSON is returned by default, even if not specified.
csv, json Consolidated page parameter (deepObject style). Originally: page[number], page[size]
Response
Successful
[
{
"product": "messaging",
"cost": 0.012,
"parts": 12,
"count": 8,
"customer_carrier_fee": 0,
"product_name": "long_code",
"country_iso": "LC",
"direction": "outbound"
},
{
"product": "messaging",
"cost": 0.021,
"parts": 21,
"count": 12,
"customer_carrier_fee": 0,
"product_name": "long_code",
"country_iso": "MP",
"direction": "outbound"
}
]