---
title: "Get webhook business locations"
method: GET
path: "/o/wh/1/webhook/{endpointId}/business-locations"
tags: ["Order and Pay: Webhook"]
---

# Get webhook business locations

`GET /o/wh/1/webhook/{endpointId}/business-locations`

Get all business locations added to a webhook endpoint via the API.

## Path parameters

- `endpointId` string, required

## Response `200`

Business location IDs

- ApeWebhookEndpointBusinessLocationDto[]
  - `businessLocationId` integer, required — The unique identifier for the business location.
  - `createdAt` string, date-time — Timestamp when this association was created.
  - `updatedAt` string, date-time — Timestamp when this association was last updated.
  - `warnings` ApeCurrentWarning[] — A list of warnings that occurred during the request, but which did not prevent a successful response. For instance, if the Business Location does not have the required POS app version to support item availability.
    - `information` string
    - `type` string

## Other responses

- `404` — Not Found

---

[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/revisions/81c537153037/schema)
