Skip to content
Reservations
<sessions-reservations>

Lists the current viewer’s registrations against all sessions on the parent business. Supports an inline cancel flow; pass `type="previous"` to render the historical view instead.

Install

<script type="module" src="https://go.sessions.website/embeds/unstable/reservations.js"></script>
<sessions-reservations
  auth="&lt;embed-scoped-jwt>"
  type="upcoming"
></sessions-reservations>

Attributes

NameTypeRequiredDescription
authtokenRequired embed-scoped JWT identifying the viewer. Issued by the business-pinned sign-in flow.
typeupcoming | previous = upcomingWhich slice of registrations to render.
page-sizenumber = 10Maximum number of registrations to fetch in one page.

Try attributes

Edit attributes — the live preview to the side rebuilds in place.