Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
marketplace_user_id | number | marketpalce user id |
app_type | string(optional) | app type "android" "IOS" "WebAPP" |
language | string(optional) | language |
string(optional) | ||
Phone_no | string(optional) | phone no |
password | string(optional) | Password |
{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"app_type" : "3",
"language" : "en",
"email" : "test@test.com",
"phone_no" : "+91 456746548",
"password" : "test@214"
}
curl --location --request POST 'https://api.yelo.red/open/customer/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"marketplace_user_id" : 510001,
"app_type" : "3",
"language" : "en",
"email" : "test@test.com",
"phone_no" : "+91 456746548",
"password" : "test@214"
}'
{}