A simple REST API to read a restaurant's public menu and place orders programmatically.
Public endpoints (menu & order placement) require no API key — they operate on a restaurant's public slug. Dashboard endpoints require a logged-in session and are not part of the public API.
/public/:slugRestaurant info & opening hours/public/:slug/menuFull menu with categories & items/public/:slug/ordersPlace an order/public/:slug/validate-couponCheck a coupon code/public/:slug/reservationsBook a tableBuilding a custom integration or POS connector? We'd love to help — reach out via the contact page.