# Get Webhooks **GET /staff/v1/businessLocations/{businessLocationId}/webhooks** ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## Responses ### 200 Webhooks Returned #### Body: application/json (array[object]) - **uuid** (string(uuid)) The unique identifier for the webhook. - **notificationType** (string) The type of webhook notification. - **url** (string) The URL for the webhook. - **webhookName** (string) The name for the webhook. - **businessLocationId** (integer(int64)) 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. [Powered by Bump.sh](https://bump.sh)