Skip to main content
GET
Error

Autorizações

Authorization
string
header
obrigatório

A contact session token, uk_ct_…. Belongs to one of the developer's own users, and reads only that user's data.

Cabeçalhos

X-Customer-Id
string<uuid>

The customer this call is acting inside — the same arrangement as X-Organization-Id, one plane down. Switching customers is navigation, not a mutation: nothing is stored, you send a different header, and the membership JOIN behind it decides what you may do there. An id you are not a member of matches no row and answers 404. Absent, the contact's oldest membership answers.

Parâmetros de consulta

include_dismissed
boolean

Return the checklists this person has CLOSED as well, each marked with dismissed.

For the dedicated setup page — a screen somebody navigated to on purpose, where honouring a dismissal made on the dashboard would answer an explicit request with an empty card.

It reaches past the dismissal and nothing else: a checklist that is off stays off, the audience still decides, and a selectable one still has to have been chosen. Those are facts about the checklist; a close is a preference about a screen.

Resposta

The checklists, or an empty list for an anonymous session.

checklists
object[]
options
object[]

The menu behind the guide's "edit": every selectable checklist this person could put on it, and whether it is on it. It travels with the guide on the same round trip, so the modal opens with the choices already made rather than filling in a frame later.

Steps do not travel here — the modal offers outcomes, not the work behind each one.