OTP
Resend an OTP
Resend a previously generated one-time password.
POST
/
otp
/
resend
Authorizations
Authorization
string
headerrequiredAuthentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN
. Bearer
is allowed.
Body
application/json
otp_id
string
requiredID of the OTP to be resent
Response
200 - application/json
message
string
resent
boolean