Servers
Manage server accounts and their certificates.
Get a server
Returns a single server by its identifier. Allowed for an admin or the server itself.
Update a server
Updates a server. Only the fields present in the request body are changed. Requires the admin role.
Delete a server
Deletes a server and removes its certificates. Requires the admin role.
Rebuild a server certificate
Regenerates the server's certificate. Requires the admin role.
Rebuild a server certificate bundle
Regenerates and stores the server's certificate bundle. Requires the admin role.
Resend the certificate email
Resends the email containing the server's certificate bundle. Requires the admin role.
List all servers
Returns all servers sorted by name. Requires the admin role. Callers with only the user role receive an empty list.
Create a server
Creates a new server. Requires the admin role.