TOTP requirement
-
Hi..
I am exploring APIs in python app. Is TOTP compulsory to use or we can disable it from somewhere?
In api response, I am getting "Invalid OTP" message. I have not enabled TOTP yet. -
@kvusernm There are TOTP generators, which you can use to generate TOTP on the go. For this you have to get the TOTP secret from smartapi. This way you won't have to put the TOTP code from any authenticator again.
-
Hi @kvusernm,
TOTP authentication is mandatory. Use authenticator app for your TOTP authentication.
Thank You
Smart API Team