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

Edit any attribute below — the snippet above and the live preview to the side rebuild in place.

auth : tokenrequired

Required embed-scoped JWT identifying the viewer. Issued by the business-pinned sign-in flow.

type : upcoming | previous

Which slice of registrations to render.

page-size : number

Maximum number of registrations to fetch in one page.