Find Business

This API endpoint is used to obtain a single business by id or slug.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Note: Business can be obtained by id or slug, mode:dashboard only 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();
Path Params
string
required
Defaults to en
string
required
Defaults to demo
string
required
string
required
Defaults to v400
Query Params
string
string
Defaults to dashboard
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json