Signup send OTP

POST {{apiUrl}}patient/login/signup_sendotp

API to check whether the patient should sign up or log in.

Request Body

Name
Type
Description

apikey*

String

Authentication token

mobile*

String

Mobile number of Patient

firstname*

String

First name of Patient

lastname

String

Last name of Patient

{
    "status_code": "1",
    "status_message": "OTP sent successfully to your mobile number",
    "datetime": "2023-10-25 17:04:47",
    "data": null
}

Last updated