GET/admin/report
Admin aggregate report
Read-only snapshot of record counts, active webhooks, and token count. Accepts either Bearer or Basic — the auth block in docs should show both alternatives.
ReturnsAdminReport
Bearer token required
Response examples
200Report payload
{
"generatedAt": "2024-01-15T09:30:00Z",
"scheme": "bearer",
"totals": {}
}401401 — missing or expired Bearer token
{
"error": {
"status": 401,
"message": "Authentication required"
}
}