v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
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

namestring

The business name.

idinteger

The unique identifier for the business.

Example response

[
  {
    "name": "My Awesome Business",
    "id": 454335871,
    "businessLocations": [
      {
        "id": 45454565682155,
        "name": "My Awesome Business - Location 1"
      }
    ]
  }
]