Skip to content

Get security dashboard

GET
/api/v1/admin/security/dashboard
curl --request GET \
--url http://localhost:3001/api/v1/admin/security/dashboard \
--header 'Authorization: <Authorization>'

Retrieve security dashboard with overview of lockouts, blacklisted IPs, MFA adoption, and recent security events. Requires admin:view_audit_logs permission.

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Forbidden

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}