curl -X GET "https://api.getcatalog.ai/api/usage?period=7d" \ -H "x-api-key: YOUR_API_KEY"
{ "usage": [ { "path": "/api/search", "total_calls": 1247 }, { "path": "/api/product", "total_calls": 856 }, { "path": "/api/products", "total_calls": 234 }, { "path": "/v1/affiliate", "total_calls": 89 }, { "path": "/api/feed", "total_calls": 45 } ], "period": "7d" }
Retrieve API usage statistics for your account grouped by endpoint path
24h
7d
30d
90d
all
Show Usage Statistics