Gets the list of rewards associated with a promotion.
Notice
This API call does not contain the project_id
path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
OK.
{- "id": 17840,
- "item": {
- "bonus": [
- {
- "id": 123456,
- "localized_name": "T-34-3",
- "quantity": 2,
- "sku": "1234"
}
], - "discount": [
- {
- "discount_percent": 5,
- "localized_name": "T-34-3",
- "max_amount": 10,
- "sku": "1234"
}
]
}, - "package": {
- "bonus_amount": 5,
- "bonus_percent": 5
}, - "purchase": {
- "discount_percent": 10
}, - "subscription": {
- "trial_days": 30
}
}