Get Usage Data List
Provides a list of at most 12 reporting periods (most recent first) for which the usage data is available
Request
URI
GET
https://{api_host}/usage-data
COPY
Header Parameters
string
sessionid
Required
The authentication token obtained from login API response
Responses
200
OK
Returns
Array of
string
of type(s)
application/json
[
"2020-07",
"2020-06"
]
401
Returns
401Unauthorized_sessionID
of type(s)
application/json
{
"errCode": "GW_LOGIN_REQUIRED",
"errMessage": "Your session not found or already expired. Please login"
}
string
errCode
Optional
errCode
string
errMessage
Optional
errMessage