Tryorder
  1. User
Tryorder
  • Branch
    • Pickup List
      GET
    • List by area
      GET
    • Details
      GET
    • List Nearset branches
      GET
  • Menu
    • menu details
      GET
    • menu item details
      GET
  • User
    • Get or Create by Mobile
      POST
    • Logout
      POST
  • Cart
    • Get or Create Cart
      POST
    • Get by id
      GET
    • Checkout
      POST
    • Fast Checkout
      POST
    • Add Item to Cart
      POST
    • Update Quantity
      POST
    • Delete Item from Cart
      DELETE
    • Cancel Coupon
      DELETE
  • Payment
    • Payment Methods
      GET
    • Payment Check
      GET
  • Order
    • Get Order for Customer
      GET
    • Cancel Order
      POST
  1. User

Get or Create by Mobile

POST
/api/v1/user/customers/get-or-create-by-mobile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/user/customers/get-or-create-by-mobile' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tenant": "mac",
    "mobile": "556102002",
    "country_code": "SA",
    "email": null,
    "name": null
}'
Response Response Example
{}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Successful response
Body

Modified at 2025-07-23 06:54:02
Previous
menu item details
Next
Logout
Built with