📣 this endpoint sends authentication otp for user . In this POST request , email address of which the password has been forgotted📢 Info message : Here URL is contructed like POST/v1/auth/resend-otp
Request
Body Params application/json
object {0}
Example
{"email":"skshahra@gmail.com"}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://localhost:8080/v1/auth/resend-otp' \
--header'Content-Type: application/json' \
--data-raw'{
"email":"skshahra@gmail.com"
}'
Responses
🟢200Success
application/json
Body
message
stringÂ
required
success
booleanÂ
required
Example
{"message":"Email OTP Sent Successfully. Please check your email inbox.","success":true}