# Get Rewards Gets the list of rewards associated with a promotion. NoticeThis 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. Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id}/rewards Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) Merchant ID. - `promotion_id` (integer, required) Promotion ID. ## Response 200 fields (application/json): - `id` (integer) - `purchase` (object) Set the reward for the whole purchase. - `purchase.discount_percent` (number) Discount percentage. - `package` (object) Set the reward for a virtual currency package. - `package.bonus_percent` (number) Reward as a percentage of the package amount. - `package.bonus_amount` (number) Reward as an absolute quantity of the virtual currency. - `item` (object) Set the reward for specific virtual items. - `item.discount` (array) Discounts for specific virtual items. - `item.discount.localized_name` (string) Plan name in default language (en), replicates name.en value. - `item.discount.sku` (string) Item SKU. - `item.discount.max_amount` (number) Maximum number of items to apply the promotion to. - `item.bonus` (array) Extra virtual items given as a bonus. - `item.bonus.quantity` (integer) Number of virtual items given as a bonus. - `subscription` (object) Sets the reward for a subscription. - `subscription.trial_days` (integer) Trial period in days.