Forgot password send OTP

This API sends verification code to register mobile number to reset password.

POST https://api.evitalrx.in/v1/patient/login/forgotpassword_sendotp

Request Body

NameTypeDescription

apikey*

String

Authentication token

mobile*

String

Patient's registered mobile

{
    "status_code": "1",
    "status_message": "OTP sent successfully to your mobile number",
    "datetime": "2023-10-27 18:25:19",
    "data": 1
}

Last updated