Find Business Category

This API endpoint is used to obtain a specific category of a business.

Using Ordering SDK

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