Yelo
  1. Customer
Yelo
  • Acl
    • Create Role
      POST
    • Get Role
      POST
    • Edit Role
      POST
    • Delete Role
      POST
    • Get Role Permissions
      POST
  • Custom PG
    • paymentStatus
      POST
  • CSV Import
    • csv
      POST
  • Menu
    • Add Menu
      POST
    • Get Menu
      POST
  • Notification
    • getCreds
      POST
    • sendCustomPushNotification
      POST
  • Tax
    • delete
    • edit
    • get
    • add
  • Themes
    • configure
    • resetTemplate
    • cloneFeatures
    • editTemplate
    • getTemplate
    • getPagesAndComponents
    • updateUserTheme
    • getThemeSemantics
    • enableTheme
    • getThemeJson
    • editTheme
    • getThemes
    • forkTheme
    • getUserTheme
  • Customer
    • customer Deletion
      POST
    • Add Customer
      POST
    • customer verifyOtp
      POST
    • customerForgotPassword
      POST
    • View Customer
      GET
    • Customer Details
      POST
    • Edit Customer
      POST
    • Add Customer Subscription Plan
      POST
    • Get Customer Subscriptions List
      POST
    • Edit Customer Subscription Plan
      POST
    • googleLogin
      POST
    • Assign Customer Subscription Plan
      POST
    • Customer login
      POST
    • getFavLocation
      POST
    • Forgot Password
      POST
  • Wallet
    • addMoney
    • customer/getWalletTxnHistory
  • Loyality Points
    • Update Loyality Points
    • Reward Loyalty Points
  • City
    • Get City
  • Promo
    • Delete Promo
    • Change Promo Status
    • Edit Promo
    • Add Promo
    • Get Promo
  • Order
    • Order review
    • Get All Orders
    • Get Order Details
    • Create Order
    • Custom Order
    • orderPrepTime
  • Search
    • searchGlobalProduct
    • searchProducts
    • searchGlobalMerchants
  • Marketplace
    • Settings
    • Edit Merchant details
    • Get Banner
    • get Activity Logs
    • marketplaceVendorFacebookLogin
    • Add Debt For Job
    • addMerchant
    • getMerchantList
    • getAccountTranslations
    • getfilter
    • Cancellation reason
  • Task
    • edit task prep time
    • addRemarks
    • getTookanRequest
    • Edit Task
    • Accept Reject Order
    • updateStatus
  • Merchant
    • Add Store Availability
    • Update Store Availability for day
    • Get merchant custom field
    • Edit Store Status
    • Get Store FrontDateSchedule
    • Add Store FrontDateSchedule
    • Update Store FrontDateSchedule
    • Get merchant
    • Merchant settings
    • user_login
  • Catalogue
    • Catagory
      • Add Catalogue
      • Update Catalogue
      • Get Catalogue
      • Get All Catalogues
      • Get Catalogue Products
      • Enable Disable Category wise
      • Delete catalogue
    • Products
      • disable
      • Add product
      • Edit Product
      • delete
      • Disable Products
      • Get product
      • Get All Products
      • Get Products For Category
    • Product Customization
      • Deprecated
        • Get Customization
        • Add Customization
        • Delete Customization
        • Edit Customization
      • Customizations
    • tags
      • Get All tags
      • Get tags Products
  • Business Categories
    • Assign Business Category
    • Get Business Category
    • businessCategory
  • Send SMS
    • Send App Link SMS
  • Admin
    • Edit Order
    • Add Address
    • Get address
    • Delete Address
    • Edit address
    • Admin Detail
  • Billing
    • getPlans
    • getInvoices
    • getBillBreakDown
  • Project
    • get
  • Discount
    • merchant Discount
      • /open/merchant/discount/get
      • merchant/discount/edit
      • merchantDiscount/add
    • Product Discount
      • productDiscount/add
      • product/discount/get
      • product/discount/edit
      • product/discount/delete
  • Store Reviews
    • getStoreAllReviews
  • checkout template
    • template/getCheckoutTemplate
  • Payment
    • activePaymentMethods
    • getPaymentUrl
  1. Customer

customer verifyOtp

POST
/open/customer/verifyOtp
NameTypeDescription
api_keystringYour API-key
otpstringotp
emailstring(optional)email
phonestring(optional)phone
languagestring(optional)language for e.g. "en"
app_typestring(optional)"IOS" or "ANDROID" or "WEB"
app_versionstring(optional)app version
is_demo_appnumber(optional)is demo app
login_vendor_via_otpnumber(optional)login customer via otp
1 = if login via otp
domain_namestring(optional)domain name
dual_user_keynumber(optional)dual user key
marketplace_user_idstring(optional)marketplace user id
device_tokenstring(optional)device token
reference_idstring(optional)reference id

Request

Body Params application/json
object {0}
Example
{
      "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

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/verifyOtp' \
--header 'Content-Type: application/json' \
--data-raw '{
      "api_key"                 : eagagg3467sadkjhfi,
      "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

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33
Previous
Add Customer
Next
customerForgotPassword
Built with