# Create Webhook **POST /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. ## Body parameters Content-type: application/json - **notificationType** (string) The type of webhook notification. - **url** (string(uri)) The URL for the webhook. - **webhookName** (string) The name for the webhook. ## Responses ### 200: Webhook Created #### Body Parameters: application/json (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)