get
https://apiv4.ordering.co////business/
This API endpoint is used to obtain a single business by id or slug.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Note: Business can be obtained byidorslug,mode:dashboardonly works with user level 0 or 2.
Using Ordering SDK
// get as customer
const response = await ordering.businesses(businessId).parameters(parameters).get();
//With mode dashboard
const response = await ordering.businesses(bussinessId).asDashboard().get();
