---
title: "Marks one of your notifications as read"
method: PUT
path: "/notifications/{notification}/mark-read"
tags: ["Notifications"]
---

# Marks one of your notifications as read

`PUT /notifications/{notification}/mark-read`

read_at defaults to the current time when omitted.

## Path parameters

- `notification` integer, required

## Request body

- UpdatePushNotificationRequest
  - `read_at` string, date-time — read_at

## Response `200`

Notification

- object
  - `data` PushNotification — Available relations: employee, causer
    - `id` integer — ID
    - `employee_id` integer — Person
    - `causer_id` integer — Author
    - `type` string — Type
    - `read_at` string, date-time — Read at
    - `first_line` string — First line
    - `created_at` string, date-time — Created
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

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