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

Name
Type
Description

Authrization*

String

jwt token

Request Body

Name
Type
Description

country_calling_code*

String

country_code*

String

mobile*

String

type*

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "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

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

email

String

mobile*

String

otp*

String

send_type*

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "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

Name
Type
Description

Authorization*

String

Request Body

Name
Type
Description

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

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String",
}

Last updated