Name | Type | Description | |
---|
api_key | string(required) | Your API-key | |
email | string(optional) | customer's email id | |
phone | string(optional) | customer's number |
|
language | string(optional) | language selected by customer | |
app_type | string(optional) | web,IOS, android | |
app_version | string(optional) | app version | |
is_demo_app | string(optional) | is demo app | |
marketplace_user_id | string(optional) | your marketplace user id | |
| | | |
Request
Body Params application/json
{
"api_key" : "71c07d0c9792bb70566560ad71e4c460",
"email" : "15654dfs44df@yopmail.com",
"phone" : "+1 65132645",
"language" : "en",
"app_type" : "web",
"app_version" : "2",
"is_demo_app" : "1",
"marketplace_user_id" : "1234199"
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/customer/forgotPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : "71c07d0c9792bb70566560ad71e4c460",
"email" : "15654dfs44df@yopmail.com",
"phone" : "+1 65132645",
"language" : "en",
"app_type" : "web",
"app_version" : "2",
"is_demo_app" : "1",
"marketplace_user_id" : "1234199"
}'
Responses
application/json Modified at 2024-04-17 07:11:33