---
title: "Get Welcome Deck State"
method: GET
path: "/api/v1/users/me/welcome-deck"
tags: ["users"]
---

# Get Welcome Deck State

`GET /api/v1/users/me/welcome-deck`

Return the current user's welcome deck dismissed-at timestamp.

The frontend calls this on dashboard mount to decide whether to render
the welcome card deck modal. Returns ``None`` when the user has never
seen / dismissed the deck.

## Response `200`

Successful Response

- WelcomeDeckResponse — Welcome card deck dismissal state for the authenticated user.
  - `welcome_deck_dismissed_at` string, date-time, nullable, required

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
