---
title: "Update last seen"
method: POST
path: "/api/user/lastSeen"
tags: ["User"]
---

# Update last seen

`POST /api/user/lastSeen`

Update the authenticated user's last-seen timestamp to now (called when user dismisses financial updates)

## Response `200`

Last seen updated

- object
  - `lastSeenAt` string, nullable, required
  - `shouldShowUpdates` boolean, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
