curl -X GET "https://api.devkit4ai.com/api/v1/projects/123e4567-e89b-12d3-a456-426614174000/stats" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "users": { "total": 45, "active": 38 }, "api_keys": { "total": 3, "active": 2 } }
Get statistics for a specific project with optional filtering
Show Count Stats
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Statistics for a specific project
Nested count statistics
Show child attributes