GET/api/challengesBrowser session
Get today's challenge and progress
Returns the active daily challenge and the caller's progress towards it. Browser session only — API keys are not accepted here.
operationId: getDailyChallenge
POST/api/challengesBrowser session
Claim a completed challenge reward
Claims XP and virtual cash for a completed daily challenge. Browser session only. Each challenge can be claimed once.
operationId: claimChallengeReward
GET/api/notificationsBrowser session
List the caller's notifications
Returns recent notifications (badges, resolutions, challenge results) and the unread count. Browser session only.
operationId: listNotifications
POST/api/notificationsBrowser session
Mark notifications as read
Marks the given notification IDs as read, or all of them when markAll is true. Browser session only.
operationId: markNotificationsRead