# Retrieve a Webhook **GET /o/wh/1/webhook/{endpointId}** Retrieve an existing webhook. ## 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 Webhook #### Body: application/json (object) - **endpointId** (string) The unique endpoint ID, for example the integration name. Case sensitive. - **url** (string) The URL which this endpoint points to. - **withBasicAuth** (boolean) If basic auth should be used, defaults to false. - **username** (string) The username for basic auth. - **password** (string) The password for basic auth. - **provideAccount** (boolean) Whether or not to include account info in the notification. - **expandTransactions** (boolean) Whether or not to include transaction lines in the notification. - **expandPayments** (boolean) Whether or not to include payment lines in the notification. - **subscribeTo** (array[object]) ### 404 Not Found #### Body: application/json (object) - **timestamp** (string(date-time)) The date and time at which the error occurred. - **status** (integer) The HTTP status code associated with the error. - **error** (string) A short description of the HTTP status code meaning. - **message** (string) A human-readable message providing more details about the error. - **path** (string) The request path where the error occurred. [Powered by Bump.sh](https://bump.sh)