Admin API¶
The endpoints behind /api/v1/admin, every one of them requiring an
account with the admin role. See How the API works for
authentication, the response envelope, pagination and errors.
Rendered from /api/admin/openapi.json at NexCTF 0.10.0.
An admin scope is an admin credential
Scopes narrow what a token can reach, not who it acts as. A token carrying
write:admin.user can create administrators. Grant each token the narrowest
set that does its job; see
Token scopes.