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

googleLogin

POST
/open/vendor/googleLogin
NameTypeDescription
api_keystringYour API-key
device_tokenany(optional)device_token
google_tokenstringgoogle_token

marketplace_reference_idstring(optional)marketplace reference id
domain_namestring(optional)domain name
app_versionstring(optional)app version
app_typestring(optional)"IOS" or "ANDROID"
or "web"
dual_user_keynumber(optional)dual user key
latstring(optional)lat
lngstring(optional)lng
longitudenumber(optional)longitude
languagestring(optional)language for e.g. "en"
emailstring(optional)email
ipConfigobject(optional)ipConfig
is_demo_appnumber(optional)is demo app
_ _app_typenumber(optional)_ app type
new_payment_gateways_requirednumber(optional)new payment gateways required

Request

Body Params application/json

Example
{
      "api_key"                      : {{api_key}},
      "device_token"                 : 4646666,
      "google_token"                 : "84654865000",
      "marketplace_reference_id"     : "1234000",
      "domain_name"                  : "test.red",
      "app_version"                  : "1",
      "app_type"                     : "IOS",
      "dual_user_key"                : 0,
      "lat"                          : "9.96233",
      "lng"                          : "10.96233",
      "longitude"                    : "9.96233",
      "language"                     : "9.96233",
      "email"                        : "test142@yopmail.com",
      "ipConfig"                     : { "country_code": "IN", "continent_code": "AS"},
      "is_demo_app"                  : 1,
      "--_app_type"                  : 1,
      "new_payment_gateways_required": 0

}

Request Code 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/vendor/googleLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
      "api_key"                      : eagagg3467sadkjhfi,
      "device_token"                 : 4646666,
      "google_token"                 : "84654865000",
      "marketplace_reference_id"     : "1234000",
      "domain_name"                  : "test.red",
      "app_version"                  : "1",
      "app_type"                     : "IOS",
      "dual_user_key"                : 0,
      "lat"                          : "9.96233",
      "lng"                          : "10.96233",
      "longitude"                    : "9.96233",
      "language"                     : "9.96233",
      "email"                        : "test142@yopmail.com",
      "ipConfig"                     : { "country_code": "IN", "continent_code": "AS"},
      "is_demo_app"                  : 1,
      "--_app_type"                  : 1,
      "new_payment_gateways_required": 0

}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-04-17 07:11:33
Previous
Edit Customer Subscription Plan
Next
Assign Customer Subscription Plan
Built with