core
Get API usage statistics
Get current usage, quota, and reset date for the API key.
get/v1/usage
Headers
X-API-Keystring nullable
Response
Successful Response
Example response
{
"api_key_id": "f4d0a2c2-f73f-4de6-ac3e-f42ce35af4d6",
"customer_name": "Acme Inc",
"quota_limit": 10000,
"current_usage": 2375,
"remaining": 7625,
"percentage_used": 23.75,
"reset_date": "2026-03-31",
"period": "monthly",
"status": "active"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.