Get Deckgroup Decks (Player)
Returns decks belonging to a deckgroup for the authenticated player.
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://lxp.prod.api.toolzz.media/deckgroups/92/decks' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "success": true, "registers": [ { "id": 156, "title": "Onboarding deck", "complete": false } ]}Security
Section titled “Security”- Player JWT. Deckgroup must be accessible for the JWT institution.