Redeems a coupon code. The user gets a bonus after a coupon is redeemed.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
Coupon was successfully redeemed.
Authentication not passed or wrong.
Authorization header not sent.
Enter valid coupon code.
Invalid request.
{- "coupon_code": "WINTER2021",
- "selected_unit_items": {
- "game_1": "game_1_steam",
- "game_2": "game_2_playstation"
}
}
{- "statusCode": 404,
- "errorCode": 4001,
- "errorMessage": "[0401-9807]: Enter valid coupon code."
}