cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/rewards/stats/assets/redemptions
{ "redemptionsByType": [ { "type": "<string>", "count": 123, "avgTimeToRedeem": 123 } ], "timeToRedeemDistribution": [ { "bucket": "<string>", "count": 123 } ], "expirationAnalysis": { "totalExpired": 123, "expiredValue": 123, "expirationRate": 123, "avgDaysBeforeExpiration": 123 } }
Get detailed redemption analytics including redemption types, time to redeem distribution, and expiration analysis
Successful response
Show child attributes
Was this page helpful?