For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get status of MFA

GET /accounts/otp/status

Get the current user's OTP status.

Responses

200: OK

Successful operation.

description: Successful operation.
content:
  application/json:
    schema:
      $ref: '#/components/schemas/OTPStatusResponseDTO'

401: Unauthorized

Unauthorized.

description: Unauthorized.

403: Forbidden

Forbidden.

500: Internal Server Error

Internal server error.

Last updated