---
title: "Record a weekly points check-in"
method: POST
path: "/points/check-in"
tags: ["points"]
---

# Record a weekly points check-in

`POST /points/check-in`

## Response `201`

Check-in recorded, or already checked in this week. `ok: false` if the Fuul event could not be sent.

- CheckInResponseDto
  - `ok` boolean, required — Whether the operation succeeded
  - `alreadyCheckedIn` boolean, required — Whether the user has already checked in this week

## Other responses

- `401` — Unauthorized

---

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