cURL
curl --request GET \ --url https://api.devkit4ai.com/api/v1/projects/stats \ --header 'Authorization: Bearer <token>'
{ "projects": { "total": 123, "active": 123 }, "users": { "total": 123, "active": 123 }, "api_keys": { "total": 123, "active": 123 } }
Get global statistics for all developer’s projects with optional filtering
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