toloka.client.TolokaClient.get_user_bonus
| Source code
get_user_bonus(self, user_bonus_id: str)
Gets information about a Toloker's bonus.
Parameters | Type | Description |
---|---|---|
user_bonus_id | str | The ID of the bonus. |
Returns:
The information about the bonus.
Return type:
Examples:
bonus = toloka_client.get_user_bonus(user_bonus_id='3295')print(bonus.amount)
Last updated: August 28, 2023