---
title: "Get Business Locations"
method: GET
path: "/reservation/api/1/user/platform/{platform-code}/business-locations"
tags: ["Reservations for Platforms"]
---

# Get Business Locations

`GET /reservation/api/1/user/platform/{platform-code}/business-locations`

Retrieve all the business locations accessible for a User

## Path parameters

- `platform-code` string, required — The unique code assigned to the reservation platform.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

A list of business locations

- ReservationServicePlatformBusinessLocation[]
  - `businessLocationId` string, required — The unique identifier of the business location.
  - `city` string — The business location's city.
  - `country` string — The business location's country.
  - `name` string — The business location's name.
  - `state` string — The business location's state.
  - `street1` string — The first line of the business location's street address.
  - `street2` string — The second line of the business location's street address.
  - `zip` string — The business location's postal code.

## Other responses

- `400` — Non relevant request
- `403` — Access token not relevant for the businessLocation, use authorization-code
- `404` — No business locations found

---

[API](https://skmtc.dev/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.dev/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/6b019a6adcb3/schema)
