---
title: "Retrieve a specific notification."
method: GET
path: "/notifications/{notification_id}"
tags: ["Notifications"]
---

# Retrieve a specific notification.

`GET /notifications/{notification_id}`

## Path parameters

- `notification_id` string, required

## Response `200`

A single notification.

- Notification — A notification.
  - `id` string
  - `title` string
  - `body` string
  - `status` 'READ' | 'UNREAD'
  - `received_on` string, date-time
  - `read_on` string, date-time, nullable

---

[API](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api.md) · [All operations](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athletics-app/atletiek-nu-competition-data-api/versions/cd49a90e4266/schema)
