Platform statistics
GET /api/v1/admin/stats
GET
/api/v1/admin/stats
Returns total users, monitors, active monitors, and waitlist count. Requires admin role.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Platform stats.
object
total_users
integer
total_monitors
integer
active_monitors
integer
waitlist_count
integer
Authentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}Not found (non-admin users receive 404).