Get Business Categories

This API endpoint is used to get all categories from a business.

Using Ordering SDK

// get as customer
const response = await ordering.businesses(businessId).categories().get();
Language
Click Try It! to start a request and see the response here!