Last updated 11 days ago
/reward_issuance/{rewardIssuanceId}
curl -L \ --url 'http://localhost:8080/api/rest/reward_issuance/{rewardIssuanceId}' \ --header 'Authorization: YOUR_API_KEY'
{ "code": "text", "message": "text" }
/reward_issuance
curl -L \ --url 'http://localhost:8080/api/rest/reward_issuance' \ --header 'Authorization: YOUR_API_KEY'
/reward_issuance/{rewardIssuanceId}/redeem
curl -L \ --request PUT \ --url 'http://localhost:8080/api/rest/reward_issuance/{rewardIssuanceId}/redeem' \ --header 'Authorization: YOUR_API_KEY'
/reward_issuance/redeem
curl -L \ --request PUT \ --url 'http://localhost:8080/api/rest/reward_issuance/redeem' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: */*' \ --data '[]'