patch https://api.emblemfi.com/v1/reward/
Update a custom Reward. Useful for updating Reward data from any changes in third-party rewards from services like Kard, Dosh, or Fidel API.
Log in to see full request history
Response
Update a custom Reward. Useful for updating Reward data from any changes in third-party rewards from services like Kard, Dosh, or Fidel API.
xxxxxxxxxx
11curl --request PATCH \
--url https://api.emblemfi.com/v1/reward/reward_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "CASH_BACK",
"status": "SETTLED",
"note": "Reward from Kard"
}
'
Try It!
to start a request and see the response here! Or choose an example: