Gets a value point by the SKU 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 specified value point was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "sku": "reward_vp_1",
- "name": {
- "en": "Reward VP 1"
}, - "type": "value_point",
- "is_enabled": true,
- "description": {
- "en": "Points for reward system"
}, - "long_description": {
- "en": "Points given to users to get new rewards in a reward chain."
}, - "media_list": [ ],
- "order": 1,
- "is_clan": false,
- "can_delete": false
}