# 通过ID获取密钥 通过游戏密钥ID获取指定数量的密钥。 Endpoint: GET /v2/project/{project_id}/admin/items/game/key/request/id/{item_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 - `item_id` (string, required) 物品ID。 Example: "656" ## Query parameters: - `user_email` (string, required) 用户电子邮件。 Example: "email@email.com" - `quantity` (integer, required) 密钥数量。 Example: 100 - `reason` (string, required) 收到密钥的原因。 Example: "Very important" - `region_id` (integer) 区域ID。 ## 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 (application/json): - `errorCode` (integer) Example: 4001 - `errorMessage` (string) Example: "[0401-4001]: Item with sku = 'game_1' not found" - `statusCode` (integer) Example: 404