Returns daily usage statistics for a specific endpoint, including cellular data and SMS volumes.
By default, returns statistics for the current month.
Use start_date and end_date query parameters to specify a custom date range.
Data traffic cost statistics (cost field in the data object) have been deprecated.
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
The date for this statistics entry (YYYY-MM-DD format).
Satellite data usage for this day (if applicable).
Satellite SMS usage for this day (if applicable).
Filters by start date, provided in a YYYY-MM-DD format.
If you don’t define an end date, the response will include 6 months of data, beginning on the current date.
Filters by end date, provided in an YYYY-MM-DD format.
If you don’t define a start date, the response will only return data from the month indicated in your end date.
Successfully returned the daily endpoint statistics.
Each day’s entry contains:
date: The date in YYYY-MM-DD formatdata: Cellular data usage (volume in MB)sms: SMS usage (volume as message count)sat_geo_data: Satellite data usage, if applicablesat_geo_sms: Satellite SMS usage, if applicableVolume fields include volume (total), volume_tx (transmitted), and volume_rx (received).