# Lire les informations sur les paramètres du webhook Récupère les informations sur les paramètres du webhook dans Store. Consultez la documentation sur les webhooks pour en savoir plus. Endpoint: GET /v2/project/{project_id}/admin/webhook Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) ID de projet. Ce paramètre se trouve dans le Compte éditeur à côté du nom du projet. 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