---
title: "Get Businesses"
method: GET
path: "/o/op/data/businesses"
tags: ["Order and Pay"]
---

# Get Businesses

`GET /o/op/data/businesses`

Returns a list of all businesses and business locations associated with the access token.

## Response `200`

Businesses

- object[]
  - `name` string — The business name.
  - `id` integer — The unique identifier for the business.
  - `businessLocations` object[] — The business locations within this business.
    - `id` integer — The unique identifier for the business location.
    - `name` string — The business location name.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/versions/fd2e31cf57dd/schema)
