Project Management
Get Project Stats
Get statistics for a specific project with optional filtering
GET
Retrieve statistics for a specific project. This endpoint provides counts for users and API keys within the specified project.
Headers
string
required
Bearer token for authentication
Path Parameters
string
required
Project unique identifier (UUID format)
Query Parameters
string
Optional search term to filter statistics
boolean
Filter by active status
Response
object
required
User statistics for the project
object
required
API key statistics for the project
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.

