Forgot Password Verify OTP
Developing
POST
/auth/forget-password-otp
Forget Password Verify OTP
{
"email": "skshahra@gmail.com",
"otp" : "580036"
}
Email
: A required string field for the user's email address with a length between 5 and 100 characters and a valid email format.otp
: A required string which contains the 6 digit code which was send through email/v1/auth/forget-password-otp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/auth/forget-password-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "skshahra@gmail.com",
"otp" : "482358"
}'
Response Response Example
{
"message": "string",
"success": true
}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01