Retrieves a reward.
ID of the reward to retrieve.
Retrieved reward.
curl -X GET \
'https://www.wixapis.com/loyalty-rewards/v1/rewards/46d7bbce-6bb4-4174-ae5a-7f44c19f95ce' \
-H 'Authorization: <AUTH>'
{
"reward": {
"id": "46d7bbce-6bb4-4174-ae5a-7f44c19f95ce",
"name": "Free shipping",
"requiredPoints": 20,
"active": true,
"type": "COUPON_REWARD",
"couponReward": {
"freeShipping": {
"configsByTier": [
{
"costInPoints": 20
}
]
}
},
"revision": "1",
"createdDate": "2024-04-18T10:35:41.071Z",
"updatedDate": "2024-04-18T10:35:41.071Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.