Get a Reward
Gets a reward.
Path Parameters
uuidstringrequired
The unique id of the reward to return.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"reward": {
"uuid": "1f4e5f42-7e80-4e5f-b709-9eb6329ff09a",
"name": "Testing reward icon",
"icon": "fa-light_fa-award",
"is_enabled": true,
"is_custom": true,
"is_earn_once": false,
"points": 10,
"earning_type": 0,
"times_rewarded": 0,
"integrations": []
}
}
}