API Usage History
Track your daily API usage and credit consumption
GET
Get usage statistics
The Usage History endpoint returns your validation activity for a specified date range.
This allows you to track how many credits were consumed on each day.
This returns the number of validations performed on each day of the selected period.
This allows you to track how many credits were consumed on each day.
Date Requirements
When specifying dates for this endpoint:
- Use the YY-MM-DD format (two digits for year, month, and day).
- The earliest allowed start date is 20-08-14.
- The end date cannot be later than today’s date.
Usage
Provide a start and end date in the query parameters to retrieve daily usage within that range. Example:Authorizations
API key for authentication
Query Parameters
Your DeBounce API key
Start date. Must be after 20-08-14 (YY-MM-DD)
Pattern:
^\d{2}-\d{2}-\d{2}$Example:
"24-01-01"
End date. Equal or less than today's date (YY-MM-DD)
Pattern:
^\d{2}-\d{2}-\d{2}$Example:
"24-12-31"
Get usage statistics

