DevGuard Admin API
The DevGuard Admin API covers instance-level administration: reading and updating instance settings, managing which users hold the admin role in externally managed organizations, and reading statistics aggregated across every organization on the instance.
These endpoints sit outside the usual organization scope. They require instance administrator rights rather than a role within a single organization, so a token that works for the rest of the API will not necessarily be accepted here. GET /admin exists to confirm up front that your credentials carry those rights.
Related Documentation
- Instance Admin Dashboard — the same administration surface in the UI
- Restricting Access — who can reach these endpoints
- Admin Daemons API — triggering background jobs on the instance
- RBAC Model — how roles and permissions are evaluated
- Multi-Tenancy — how organizations are isolated from one another
- Use the DevGuard API — authentication and conventions
- DevGuard API Reference