Skip to content

Platform statistics

GET
/api/v1/admin/stats

Returns total users, monitors, active monitors, and waitlist count. Requires admin role.

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 found
Example
{
"error": "unauthorized"
}

Not found (non-admin users receive 404).