cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/usage \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": { "tier": "free", "monthly_limit": 500, "current_period": "2024-01", "requests_used": 127, "requests_remaining": 373, "per_minute_limit": 10 } }
Get current API usage statistics for your API key. Shows monthly usage, limits, and tier information.
API key passed in the X-API-Key header
Successful response
Show child attributes