curl -X GET "https://api.devkit4ai.com/api/v1/projects/stats" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "projects": { "total": 5, "active": 4 }, "users": { "total": 150, "active": 120 }, "api_keys": { "total": 10, "active": 8 } }
Get global statistics for all developer’s projects with optional filtering
Show Count Stats
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Global statistics for all developer's projects
Nested count statistics
Show child attributes