0% found this document useful (0 votes)
70 views

Api Documentation Registration

The API documentation describes registration, login, and OTP verification APIs. The registration API allows creating a user with an email, password, and phone number, and returns an OTP. The OTP verification API allows submitting the OTP to complete registration. The login API allows authenticating with an email and password and returns a JWT token.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Api Documentation Registration

The API documentation describes registration, login, and OTP verification APIs. The registration API allows creating a user with an email, password, and phone number, and returns an OTP. The OTP verification API allows submitting the OTP to complete registration. The login API allows authenticating with an email and password and returns a JWT token.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

API DOCUMENTATION

Registration

URL: https://consultationcare.com/mazadApp/api/register

Api Methods

post

Input Params
email
password
phoneNumber

Outputs

{
"success": {
"status": "success",
"msg": "OTP Send Successfully",
"data": null,
"otp": 5071
}

Status

{
"error": {
"phoneNumber": [
"The phone number has already been taken."
],
"email": [
"The email has already been taken."
]
}

OTP Submit for new user

Api Url: https://consultationcare.com/mazadApp/api/verifyOtp

Input Params
otp
email

Outputs

{
"success": {
"status": "success",
"msg": "Registration Successfully",
"data": null
}
}

Login
URL: https://consultationcare.com/mazadApp/api/login

Input Params
email
password

Outputs

{
"success": {
"token":
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjFkNWEzZTc0N2I3ODc0N2ZjNGE4YmQxYzkzMmNmZ
GYxNTI5YWM0MTMxODhkODY2ZTM2ZTkxYjg3ODcyNWZkYjRjNmY3NDIxMmNjZmRkZDE2In0.eyJhdW
QiOiIxIiwianRpIjoiMWQ1YTNlNzQ3Yjc4NzQ3ZmM0YThiZDFjOTMyY2ZkZjE1MjlhYzQxMzE4OGQ4NjZlM
zZlOTFiODc4NzI1ZmRiNGM2Zjc0MjEyY2NmZGRkMTYiLCJpYXQiOjE2MTMyMzc4NzYsIm5iZiI6MTYxMz
IzNzg3NiwiZXhwIjoxNjQ0NzczODc2LCJzdWIiOiI1OSIsInNjb3BlcyI6W119.G6oH-
n8GLLPo6cTI2krcGaTwCuJeDn8u8ILApNUeozxnLzt-2AJAlyToNjjvWLGqcjsLVfBtkXyOnfupGL6oeUM-
5qgRfPk7dLx2RK3MI72TaeQ_w_0uL-
h6sAkk4uDmKuNwCoGs4zfvYZ7MX84kAz99KST0opC3BnnOP14Wzmy4ySSkiFC43GtsVp8u-
NlRO0vP2weNYCZTAVBN5eDY7Y0KgqOo1YyFZeB-
MOzCXCn93V_AKF_Gbof3hxnl66Z0pOubNFXSCNZmfKjlN9TPPtiv_3L0qtmdo-
k5179UfeKCWFpHByeBXrGv86EOvs5sJhMu__73EwAFXAShmltKE7Fm06GtAGqtARJZwcE3oia1SLtR9a18Uic
0WLstjINeVzC_XgpXLDOiX-
IjMu0YsDPEkDEToM1fvJqLYomwLG5pNcdkoh1KZQQ8kvf1t_jNgXGMRuOGCCUDKMXCNtIph_QfmSw1vx-
_eE_vzOzNUnXIgsJugCL3cMAOdgpeHweOW1XDaKog82DASvzYZ-
b39BTPupyK_uPHeBEODS6aQmSHYkOZjnIArOeW8Svr387cWgwby8CFoZGt42xWLh2T3eZNaN2vj6EXjLDV
73PpSQDEV9czHEqB25ypcZ6qwTM3e8sGtvWK2lKRs7eLhI6bRYotqZ9ptyHYmfNXhhaKEbk"
}

You might also like