---
title: "Get Notifications"
method: GET
path: "/notifications"
tags: ["Notifications"]
---

# Get Notifications

`GET /notifications`

List of notifications (both read and unread).

Required scopes:
+ **read**

## Query parameters

- `type` 'market' | 'nomarket'
- `page` integer — Page number of notifications.
- `limit` integer — Number of notifications in a page.

## Response `200`

Successful Response.

- object
  - `notifications` RespNotificationModel[], required
    - `notification_id` integer, required
    - `notification_create_date` integer, required
    - `content_type` string, required
    - `content_id` integer, required
    - `content_action` string, required
    - `notification_is_unread` boolean, required
    - `creator_user_id` integer, required
    - `creator_username` string, required
    - `creator_username_html` string, required
    - `notification_type` string, required
    - `links` object, required
      - `content` string, required
      - `creator_avatar` string, required
    - `notification_html` string, required
  - `notifications_total` integer, required
  - `links` object, required
    - `read` string, required
    - `pages` integer, required
    - `page` integer, required
    - `next` string, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/versions/3efcdbc40994/schema)
