# Obtener información sobre la configuración de webhooks Obtiene la información sobre la configuración de webhooks en Store. Consulte la documentación de webhooks para obtener más información. Endpoint: GET /v2/project/{project_id}/admin/webhook Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) ID del proyecto. Encontrará este parámetro en su Cuenta del editor junto al nombre del proyecto. Example: 44056 ## Response 200 fields (application/json): - `is_enabled` (boolean) Example: true - `secret` (string) Example: "my_secret" - `url` (string) Example: "http://site.ru/webhook" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 404 fields