User Profile
Use 3 endpoints StepVerifyPhone, StepVerifyEmail, StepCreate to register a user using his mobile number and email.
General Input For Any Request
Headers
Name
Type
Description
{
"data": <Data model according to each model described below>,
"error_code": <int>,
"error_message": <string>
}{
"data": null,
"error_code": 400,
"error_message": "Bad Request - Input parameters are invalid."
}User Reset Password
Sends Request to reset user password
Request Body
Parameter Name
Type
Description
Register Step 1 Check Email & Phone Is Exist
Update User Email
Step 01 Sends Request to Verify the user mail
Request Body
Name
Type
Description
Step 02 Sends Validate the sent OTP user mail
Request Body
Name
Type
Description
Last updated