get
https://apiv4.ordering.co////business//menus/
This API endpoint is used to obtain a specific catalog using an id
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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();
