Get information about a bonus
To get information about an awarded bonus, send a GET request to the resource /user-bonuses/<bonus ID>
.
Request
GET /api/v1/user-bonuses/<bonus ID>
Host: https://sandbox.toloka.yandex.ru
Authorization: OAuth <OAuth token>
GET /api/v1/user-bonuses/<bonus ID>
Host: https://toloka.yandex.ru
Authorization: OAuth <OAuth token>
Response
Contains information about the bonus in JSON format (see the example in theuser bonuses section).