Usage v2

Retrieve account usage totals

Get aggregated usage information for an account's data during a time period.

get/v2/usage

Query parameters

fromstring required

Start time. A date-time string as defined by the ISO 8601 date format. This date-time will be used to calculate the starting day; the exact time will not be used.

tostring required

End time. A date-time string as defined by the ISO 8601 date format. This date-time will be used to calculate the ending day; the exact time will not be used.

Response

OK

fromstring

The calculated starting time (exclusive) used internally.

tostring

The calculated ending time (exclusive) used internally.

Changes

No recorded changes to this endpoint across all 1 revision of this API.