Nest Authbeta

POST /auth/mfa/reset-totp

Reset TOTP Device

Reset TOTP Device

POST/auth/mfa/reset-totp

Responses

200

NestAuthMfaResetResponseDto

FieldTypeRequiredDescription
messagestringrequiredResponse message
Example: MFA reset successfully

Example response

{
  "message": "MFA reset successfully"
}

Try it

curl -X POST 'https://api.example.com/auth/mfa/reset-totp' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

On this page