Docs
arrow_back Embeddables

Collection Card Hub and above

The Collection Card is a single tile that previews a collection and opens it in place. Use it when you want to feature a whole series of courses rather than an individual course. The example below features a sample collection, with the card opening the full view of courses inline when clicked.

It's useful for highlighting a flagship onboarding journey, a certification track, or a curated bundle of courses on a homepage, dashboard, or content hub. It does the same job as the Course Card, but the unit being promoted is the full course collection.

API Endpoint

POST/v1/headless/embed/collection/card

Body parameters

FieldTypeExampleDescriptionDemo Value
actionvieweditviewDetermines the target action when the card is clicked.
collectionIdnumber456
identifierstringyour-user-id
clientIdentifierstringyour-tenant-id
navigatenativeeventnone"native"Controls card click behaviour.
options.fillbooleantrueWhen true, the card fills the iframe. Otherwise, the card is centered at intrinsic size.
TypeEventDescriptionNotes
navigationopenFires when the card is clicked with navigate set to "event".Payload includes url, embeddable, id, and action.

Live Demo