---
title: "Retrieve notifications"
method: GET
path: "/notifications/users/@me"
tags: ["notification"]
---

# Retrieve notifications

`GET /notifications/users/@me`

Retrieve all notifications of the user currently logged in

## Response `200`

User notifications retrieved successfully.  
Results are ordered by `created_at` date in descending order.

- Notification[]
  - `id` string, required
  - `created_at` string, date-time, required
  - `global` boolean
  - `title` string
  - `text` string
  - `read` boolean

## Other responses

- `204` — Currently logged in user doesn't have any notifications
- `401` — Request unauthorized
- `403` — Forbidden
- `500` — Internal server error
- `5XX` — Unexpected/-handled error

---

[API](https://skmtc.dev/discord/apis/copped-aio-database-api.md) · [All operations](https://skmtc.dev/discord/apis/copped-aio-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/copped-aio-database-api/revisions/b60a9661e94b/schema)
