v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Bandwidth

Get bandwidth usage statistics for user account.

For given account get list of bandwidth usage per day.

get/v1/account/bandwidth

Query parameters

date_fromstring

Earliest date to show results for. Format YYYY-MM-DD with optional Thh:mm:ss.mmmZ

Example:2024-01-01T12:01:05.986Z
date_tostring

Latest date to show results for. Format YYYY-MM-DD with optional Thh:mm:ss.mmmZ

Example:2024-01-31

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": []
}