Retrieve your monthly usages
The endpoint allows you to retrieve your monthly usages of the API
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startTime | string | Start time at which usages must be found | |
endTime | string | End time at which usages must be found |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"allCalls":15,"successCalls":13,"clientErrorCalls":1,"serverErrorCalls":1,"consumedApiUnits":25,"periodicUsages":{"2022-05":{"allCalls":15,"successCalls":13,"clientErrorCalls":1,"serverErrorCalls":1,"consumedApiUnits":25}}}