For the complete documentation index, see llms.txt. This page is also available as Markdown.

Forgot password send OTP

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

POST {{apiUrl}}patient/login/forgotpassword_sendotp

Request Body

Name
Type
Description

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