get
https://apiv4.ordering.co////business//categories
This API endpoint is used to get all categories from a business.
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).categories().get();
