Run the CBOR authentication endpoint without a CBOR body.
GET/api/v1/auth/cbor
The GET form is primarily used for account listing or no-auth probes via the mode query parameter. List-account responses negotiate the response content type from the Accept header.
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.