get
https://apiv4.ordering.co////business//menus
This API endpoint is used to obtain business catalogs, this request does not have any requirement.
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().get();
// Mode dashboard
const response = await ordering.businesses(businessId).menus().asDashboard().get();
