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