# Get webhook business locations **GET /o/wh/1/webhook/{endpointId}/business-locations** Get all business locations added to a webhook endpoint via the API. ## 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 - **endpointId** (string) ## Responses ### 200: Business location IDs #### Body Parameters: application/json (array[object]) - **businessLocationId** (integer(int64)) 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** (array[object]) 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. ### 404: Not Found [Powered by Bump.sh](https://bump.sh)