- Acl
- Custom PG
- CSV Import
- Menu
- Notification
- Tax
- Themes
- Customer
- customer DeletionPOST
- Add CustomerPOST
- customer verifyOtpPOST
- customerForgotPasswordPOST
- View CustomerGET
- Customer DetailsPOST
- Edit CustomerPOST
- Add Customer Subscription PlanPOST
- Get Customer Subscriptions ListPOST
- Edit Customer Subscription PlanPOST
- googleLoginPOST
- Assign Customer Subscription PlanPOST
- Customer loginPOST
- getFavLocationPOST
- Forgot PasswordPOST
- Wallet
- Loyality Points
- City
- Promo
- Order
- Search
- Marketplace
- Task
- Merchant
- Catalogue
- Business Categories
- Send SMS
- Admin
- Billing
- Project
- Discount
- Store Reviews
- checkout template
- Payment
customerForgotPassword
POST
/open/customer/forgotPassword
Name | Type | Description | |
---|---|---|---|
api_key | string(required) | Your API-key | |
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
string
required
email
string
required
phone
string
required
language
string
required
app_type
string
required
app_version
string
required
is_demo_app
string
required
marketplace_user_id
string
required
Example
{
"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 samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33