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