Get the minimum time until the next OTP can be sent
A valid access token (proof of identity) can be obtained via the /accesstoken endpoint. It has a 5 minutes validity period.
In: header
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/user/2fa/email-otp/next-email"{ "duration": 0}Set or reset TOTP POST
Providing a sudo token (or an access token if 2FA is disabled), generate a new TOTP secret. This secret is inactive until the TOTP setup is completed
Send a password reset email POST
Send a password reset email to an existing user. Wait at least 60 seconds between successive calls