---
title: "Get Businesses"
method: GET
path: "/f/data/businesses"
tags: ["Financial"]
---

# Get Businesses

`GET /f/data/businesses`

Returns all businesses the token has access to. Pagination is supported by providing the `page` and `size` query parameters. The maximum number of business locations per business returned is 500.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Businesses returned

- object
  - `_embedded` object
    - `businessList` object[]
      - `businessName` string — The name of the business.
      - `businessId` number — The unique identifier for the business.
      - `currencyCode` string — The ISO 4217 currency code
      - `businessLocations` object[]
        - `blName` string — The name of the business location.
        - `blID` number — The unique identifier for the business location.
        - `country` string — The ISO 3166 country code.
        - `timezone` string — The time zone in ICANN format.
  - `_links` object
    - `self` object
      - `href` string

---

[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)
