---
title: "Mark exact unlocked badges as seen in the collection"
method: POST
path: "/patients/{patient_id}/achievements/seen"
tags: ["achievements"]
---

# Mark exact unlocked badges as seen in the collection

`POST /patients/{patient_id}/achievements/seen`

## Path parameters

- `patient_id` integer, required

## Request body

- AchievementSeenRequest
  - `badge_ids` string[], required

## Response `200`

Collection-seen transition result

- AchievementSeenResponse
  - `any_unseen` boolean, required
  - `updated` integer, required

## Other responses

- `400` — Invalid, duplicate, or unknown badge IDs
- `404` — Achievement collection or an unlocked badge is unavailable

## Changes

- **2026-09-09** `c17aca2782f6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/changes/patients/:patient_id/achievements/seen/post.md)

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
