Account usage
Account information
Usage
Get account usage for a specific date
This method can be used to retrieve your account usage for a specific date. Must be a date in the past.
Arguments
Argument
Description
date
Date in yyyy-MM-dd format, should be in the past, ex 2021-08-31
Returns
Success
Method can return a Success result with 200 OK
HTTP Code if operation is successful. Will contain a list of usage in the answer.
Unauthorised Error
Method can return a Unauthorised Error result with 401 Unauthorized
HTTP Code if wrong Bearer Token provided.
Last updated