cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/rewards/stats/timeline
[ { "date": "<string>", "earned": 123, "redeemed": 123 } ]
Get daily timeline data showing rewards earned and redeemed over time
The reward ID to get timeline for
Successful response
Date in YYYY-MM-DD format
Number of rewards earned on this date
Number of rewards redeemed on this date
Was this page helpful?