# Get list of items with value points Gets list of all items with value points within a project for administration. 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) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `value_point_sku` (string, required) Value Point SKU. Example: "value_point_3" ## Response 200 fields (application/json): - `items` (array) - `items.item_id` (integer) Internal unique item ID. Example: 1 - `items.sku` (string) Unique item ID. The SKU may contain only lowercase and uppercase Latin alphanumeric characters, periods, dashes, and underscores. Example: "booster_mega_1" - `items.amount` (integer) Amount of value points. - `items.name` (object,null) Object with localizations for item’s name. Accepts value in one of two formats: two-letter lowercase language codes (e.g., en) or five-character language codes (e.g., en-US). While both formats are accepted as input, responses return two-letter lowercase language codes. When both options for the same language are provided (e.g., en and en-US), the last provided value is stored. You can find the full list of supported languages in the [documentation](/doc/shop-builder/references/supported-languages/). - `items.image_url` (string) Image URL. Example: "https://image.example.com" ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred"