get https://api.debounce.io/v1/usage/
You can get the number of calls between two dates for the desired API key.
Note that you must use the dates in this format: YY-MM-DD (all with two digits) and do not use the dates before 20-08-14 as start and do not use the dates after today's date as the end.
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.