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

Logout

POST
/api/v1/user/customers/logout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/user/customers/logout' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}

Request

Header Params

Responses

🟢200OK
application/json
Successful response
Body

Modified at 2025-07-23 06:54:02
Previous
Get or Create by Mobile
Next
Get or Create Cart
Built with