# 웹훅 설정에 대한 정보 가져오기 스토어의 웹훅 설정에 대한 정보를 가져옵니다. 자세한 정보는 웹훅 설명서를 확인하십시오. Endpoint: GET /v2/project/{project_id}/admin/webhook Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. 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