---
title: "Get Webhooks"
method: GET
path: "/staff/v1/businessLocations/{businessLocationId}/webhooks"
tags: ["Staff"]
---

# Get Webhooks

`GET /staff/v1/businessLocations/{businessLocationId}/webhooks`

## Path parameters

- `businessLocationId` integer, required

## Response `200`

Webhooks Returned

- StaffApiWebhookDto[]
  - `uuid` string, uuid — The unique identifier for the webhook.
  - `notificationType` 'shift.created' | 'shift.updated' | 'shift.deleted' — The type of webhook notification.
  - `url` string — The URL for the webhook.
  - `webhookName` string — The name for the webhook.
  - `businessLocationId` integer — The unique identifier for the business location.
  - `createdAt` string, date-time — The creation time of the webhook.
  - `updatedAt` string, date-time — The last update time of the webhook.

---

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