Project

General

Profile

Bug #4580

Bug #4578: Android Driver :- Node API Integration

Android Driver - Signin / Signup/ refresh token Node API Integration

Added by Jithin Kuriakose 12 months ago. Updated 10 months ago.

Status:
Resolved
Priority:
High
Assignee:
Rahul C R
Target version:
Start date:
04/28/2025
Due date:
04/28/2025 (about 11 months late)
% Done:

70%

Estimated time:
Milestone:
Sprint 29 Tukxi Ride 2025 Apr 02 to June 27
Branch name:
Parent: sprint-29_NodeApiIntegration_4578, sprint-29_rahul_4580

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": "",
"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

Also available in: Atom PDF