Skip to main content
POST
Skip the way in, which is what a creator who says they already know how to use Dally asks for: ends it for this room at whatever step it stands and answers with the room's state. A second call changes nothing.

Authorizations

Authorization
string
header
required

A WorkOS-dashboard-issued internal API key on Authorization: Bearer.

Body

application/json

The body is of type object.

Response

Success. request_id is present on every response.

skipped
boolean
required

Whether this call ended the way in; false when it had already ended.

onboarding
object
required

This room's place on the way in, as data, on every answer while it is open. step is the last step this room reached, null before its first card; done and ended_by say whether and how it ended (skip, question or done). While next is present, render next.card through dally_show, saying say first, as written, when it is present. After the onboarding_canvas card the way in runs itself: the card's buttons record their own progress, so answer the creator as usual; before that card, a real question ends the way in. skip names the write that ends the way in, onboarding.skip, and follow_up the line a creator who already knows Dally says; when they say it, call onboarding.skip.

show
object
required

How it is shown: dally_write renders the connect card on this very answer, the one door left open once the way in ends; do not render it again.

request_id
string
required

Server-minted id for this request. Present on every response, success and error — quote it when reporting a problem.

Minimum string length: 1