# 获取Webhook设置信息 获取商店中的Webhook设置信息。 要了解详细信息,请参阅Webhook文档。 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