Skip to content

Get Card Trail

Returns one card trail (deckgroup) by ID.

Terminal window
curl --request GET \
--url 'https://lxp.prod.api.toolzz.media/trails/92' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"trail": {
"id": 92,
"title": "Onboarding trail",
"decks": []
}
}

  • Admin only.