# Get a webhook endpoint **GET /r/wh/1/webhook/{endpointId}** Get a webhook endpoint ## 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: OK #### Body Parameters: application/json (object) - **endpointId** (string) The unique endpoint ID for example you can use your company name - **password** (string) he password for basic auth - **url** (string) The endpoint URL - **username** (string) The username for basic auth - **withBasicAuth** (boolean) If basic auth should be used, defaults to false ### 400: Bad Request #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 403: Forbidden #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 404: Not Found #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)