---
title: "Get the notifications that belong to the current user"
method: GET
path: "/notifications.json"
tags: ["Notifications"]
---

# Get the notifications that belong to the current user

`GET /notifications.json`

## Response `200`

notifications

- object
  - `notifications` object[]
    - `id` integer
    - `user_id` integer
    - `notification_type` integer
    - `read` boolean
    - `created_at` string
    - `post_number` integer, nullable
    - `topic_id` integer, nullable
    - `slug` string, nullable
    - `data` object
      - `badge_id` integer
      - `badge_name` string
      - `badge_slug` string
      - `badge_title` boolean
      - `username` string
  - `total_rows_notifications` integer
  - `seen_notification_id` integer
  - `load_more_notifications` string

---

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