Run the JSON authentication endpoint without a JSON body.
GET/api/v1/auth/json
The GET form is primarily used for account listing or no-auth probes via the mode query parameter.
Request
Responses
- 200
- 400
- 401
- 403
- 415
- 500
Authentication result, account list, or no-auth result.
Response Headers
Auth-Status
X-Nauthilus-Session
Invalid JSON or request validation failure.
Authentication is missing or invalid.
Request is authenticated but lacks the required scope.
Requested or submitted media type is not supported.
Error response.