Bug #4580
Bug #4578: Android Driver :- Node API Integration
Android Driver - Signin / Signup/ refresh token Node API Integration
70%
Description
Need to integrate following API. Anandhu will provide the postman collection
url = http://tukxi.local/auth/verify-driver-otp
{
"vPhone": "7994902404",
"verification_id": "{{opt_verification_id}}",
"otp": "5335",
"vDeviceToken": "Android",
"vDeviceType": "{{GeneralDeviceType}}",
"UserType": "Driver",
"vCurrency": "INR",
"vLang": "EN",
"vFirebaseDeviceToken": "{{vFirebaseDeviceToken}}"
}
url = http://tukxi.local/auth/register-driver-otp
{
"vPhone": "9956231013",
"PhoneCode": "+91",
"vFirstName": "Anandhu",
"vLastName": "P Kumar",
"vEmail": "test43221@anandhu.com",
"verification_id": "db29b9201f1b4f4e50728f45204a18au",
"otp": "5995",
"vDeviceToken": "Android",
"vDeviceType": "{{GeneralDeviceType}}",
"vCurrency": "INR",
"vLang": "EN",
"vFirebaseDeviceToken": "vFirebaseDeviceToken",
"vInviteCode": "",
"vUserDeviceCountry": "in",
"CountryCode": "IN"
}
Impact Analysis
Signin
Otp page
Session out