Get Player Deck
Returns a deck for the player, including resolved cards for playback.
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://lxp.prod.api.toolzz.media/decks/156' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "success": true, "register": { "id": 156, "title": "Onboarding deck", "cards": [] }}Security
Section titled “Security”- Player JWT. Deck must belong to an accessible trail for the institution.