Get Usage Data List

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://umip/api/v1/usage-data
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    "2020-07",
    "2020-06"
]
array of string
Optional

401

Provided access token is missing or invalid.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/usage-data