cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/achievements/stats/rewards
{ "totalRewardsDistributed": 123, "pointsAwarded": 123, "xpAwarded": 123, "rewardAssets": [ { "rewardId": "<string>", "Image": "<string>", "name": "<string>", "url": "<string>", "Type": "assets", "Distributed": 123, "SupplyType": "Shared", "Remaining_Total": "<string>" } ], "pointsTimeline": [ { "date": "2023-11-07T05:31:56Z", "value": 123 } ], "xpTimeline": [ { "date": "2023-11-07T05:31:56Z", "value": 123 } ], "combinedTimeline": [ { "date": "2023-11-07T05:31:56Z", "xp": 123, "points": 123, "rewards": 123 } ] }
Rewards distribution, XP/points timelines, assets
Successful response
Show child attributes
Was this page helpful?