---
title: "Onboarding Decks Shown"
method: POST
path: "/onboarding/decks-shown"
tags: ["onboarding"]
---

# Onboarding Decks Shown

`POST /onboarding/decks-shown`

Name the decks this run was dealt.

The client fetches both been-before variants of every city and reads back
only the one matching the answer, so this is the only thing that knows
which deck a user was actually shown.

## Request body

- OnboardingDecksShownRequest
  - `run_id` string, uuid, required
  - `decks` ShownDeck[]
    - `destination` string, required
    - `been_before` boolean, required
  - `variant` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
