v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBOrder and Pay
Get Businesses
Returns a list of all businesses and business locations associated with the access token.
get/o/op/data/businesses
Response
Businesses
Example response
[
{
"name": "My Awesome Business",
"id": 454335871,
"businessLocations": [
{
"id": 45454565682155,
"name": "My Awesome Business - Location 1"
}
]
}
]