# 가치 포인트가 있는 아이템 목록 가져오기 관리 대상 프로젝트에서 가치 포인트가 있는 모든 아이템의 목록을 가져옵니다. Endpoint: GET /v2/project/{project_id}/admin/items/{value_point_sku}/value_points/rewards Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) 프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다. Example: 44056 - `value_point_sku` (string, required) 가치 포인트 SKU입니다. Example: "value_point_3" ## Response 200 fields (application/json): - `items` (array) - `items.amount` (integer) 가치 포인트의 금액입니다. - `items.image_url` (string) 이미지 URL입니다. Example: "https://image.example.com" - `items.item_id` (integer) 내부의 고유 아이템 ID입니다. Example: 1 - `items.name` (object,null) 아이템 이름에 대한 현지화가 있는 개체입니다. 두 글자 소문자 언어 코드(예: en) 또는 다섯 글자 언어 코드(예: en-US) 두 가지 형식 중 하나로 되어 있는 값을 허용합니다. 두 형식 모두 입력으로 허용되지만 응답은 두 글자 소문자 언어 코드를 반환합니다. 동일한 언어에 대한 두 옵션(예: en 및 en-US)이 모두 제공되면 마지막으로 제공된 값이 저장됩니다. 지원되는 언어의 전체 목록은 [문서](/ko/doc/shop-builder/references/supported-languages/)에서 확인할 수 있습니다. - `items.sku` (string) 고유 아이템 ID입니다. SKU는 소문자 및 대문자 라틴 영숫자, 마침표, 대시 및 밑줄만 포함할 수 있습니다. Example: "booster_mega_1" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401