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.
Was this helpful?