Get Card Trail
Returns one card trail (deckgroup) by ID.
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://lxp.prod.api.toolzz.media/trails/92' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "success": true, "trail": { "id": 92, "title": "Onboarding trail", "decks": [] }}Security
Section titled “Security”- Admin only.