Get API usage statistics
GET/account/usage
This API supports the following queries:
- Get the number of API calls made by year - provide only year parameter
- Get the number of API calls made by year and month - provide year and month parameters
- Get the number of API calls made on specific date - provide year, month and day parameters
- Get the number of API calls made today - leave all parameters empty
For all other queries, the response will contain the number of API calls made by day.
Request
Responses
- 200
- 400
- 401
- 405
Request successfully processed.
The request is not correct
Unauthorized request
Invalid HTTP method