get https://api.debounce.io/v1/usage/
You can get the number of calls between two dates for the desired API key.
Note that when specifying dates for our service, you must use the YY-MM-DD format, with two digits for each component (year, month, and day). Additionally, please ensure that you do not specify a start date before 20-08-14 or an end date that is later than the current date.
By adhering to these guidelines, you can ensure that your requests are valid and properly processed by our system.
HTTP/1.1 200 OK
{
"debounce":{
"api":"SAMPLE_API_KEY",
"start":"20-08-14",
"end":"20-08-31",
"calls":"51807"
},
"success":"1"
}
You will get desired error responses if the parameters are not provided correctly.