Gets list of all items with value points within a project for administration.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
The list of items with the value point reward was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "items": [
- {
- "item_id": 14232,
- "sku": "booster_1",
- "name": {
- "en": "Booster"
}, - "amount": 100
}, - {
- "item_id": 14232,
- "sku": "booster_mega",
- "name": {
- "en": "Mega Booster"
}, - "amount": 200
}
]
}