Profile Information
It refers to the collection of data or details that characterize an individual or entity in a specific context. This information is often stored in a user profile and serves various purposes, depending on the platform or system it is associated with.
Send Mobile Verification code
Send Mobile Verification Code API
POST
{{BASE_URL}}/api/sendMobileVCode
Here user enter his mobile number number for verification.
Headers
Authrization*
String
jwt token
Request Body
country_calling_code*
String
country_code*
String
mobile*
String
type*
String
Validate OTP
Validate OTP For Confirmation
POST
{{BASE_URL}}/api/validateotp
Here user validate the OTP which is send just one step back.
Headers
Authorization*
String
jwt token
Request Body
String
mobile*
String
otp*
String
send_type*
String
Update User Information
Update User Information
POST
{{BASE_NODE_URL}}/user/updateUser
Here user enter his complete information like his full name and etc.
Headers
Authorization*
String
Request Body
location*
String
step*
String
3
first_name*
String
last_name*
String
email*
String
email_vcode*
String
mobile*
String
mobile_vcode*
String
country_code*
String
country_calling_code*
String
name*
String
Last updated