OpenAPI 3.1.02026-08-18911,269871.6 KB
c10d65452329
Order 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"
}
]
}
]