Find Business Menu

This API endpoint is used to obtain a specific catalog using an id

Using Ordering SDK

// get as customer
const response = await ordering.businesses(businessId).menus(menuId).get();
// Mode dashboard
const response = await ordering.businesses(businessId).menus(menuId).asDashboard().get();
Language
Authorization
Header
Click Try It! to start a request and see the response here!