Name | Type | Description |
---|
api_key | string | Your API-key |
otp | string | otp |
email | string(optional) | email |
phone | string(optional) | phone |
language | string(optional) | language for e.g. "en" |
app_type | string(optional) | "IOS" or "ANDROID" or "WEB" |
app_version | string(optional) | app version |
is_demo_app | number(optional) | is demo app |
login_vendor_via_otp | number(optional) | login customer via otp 1 = if login via otp |
domain_name | string(optional) | domain name |
dual_user_key | number(optional) | dual user key |
marketplace_user_id | string(optional) | marketplace user id |
device_token | string(optional) | device token |
reference_id | string(optional) | reference id |
Request
Body Params application/json
{
"api_key" : {{api_key}},
"otp" : "4444",
"email" : "test@yopmail.com",
"phone" : "+1 9547215",
"language" : "en",
"app_type" : "IOS",
"app_version" : "1",
"is_demo_app" : 1,
"login_vendor_via_otp" : 1,
"domain_name" : "test.yelo.red",
"dual_user_key" : 0,
"marketplace_user_id" : "1234000",
"device_token" : "998465316",
"reference_id" : "1234199"
}
Request samples
curl --location --request POST 'https://api.yelo.red/open/customer/verifyOtp' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{api_key}},
"otp" : "4444",
"email" : "test@yopmail.com",
"phone" : "+1 9547215",
"language" : "en",
"app_type" : "IOS",
"app_version" : "1",
"is_demo_app" : 1,
"login_vendor_via_otp" : 1,
"domain_name" : "test.yelo.red",
"dual_user_key" : 0,
"marketplace_user_id" : "1234000",
"device_token" : "998465316",
"reference_id" : "1234199"
}'
Responses
application/json Modified at 2024-04-17 07:11:33