Get Player Progress
Returns progress summary for the authenticated player (last deckgroup, chart, scores, uncompleted).
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://lxp.prod.api.toolzz.media/progress' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "success": true, "last_deckgroup": null, "chart": [], "percentual": 0, "corrects": 0, "wrongs": 0, "last_progress": null, "uncompleted": []}Security
Section titled “Security”- Player JWT required.