GET

Get Reward


Retrieves a reward.

Permissions
Manage Loyalty
Read Loyalty
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/loyalty-rewards/v1/rewards/{id}

Path Params
idstringRequired

ID of the reward to retrieve.

Response Object
rewardReward

Retrieved reward.

Get reward
Request
cURL
curl -X GET \ 'https://www.wixapis.com/loyalty-rewards/v1/rewards/46d7bbce-6bb4-4174-ae5a-7f44c19f95ce' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "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" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?