cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/usage \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": { "tier": "free", "current_period": "2024-01", "detail_views": { "used": 42, "limit": 200, "remaining": 158 }, "list_records": { "used": 150, "limit": 500, "remaining": 350 }, "per_minute_limit": 10 } }
Get current usage statistics for your account. Shows detail view and list record consumption, limits, and tier information.
API key passed in the X-API-Key header
Successful response
Show child attributes