---
title: "List notifications"
method: GET
path: "/users/{user_guid}/notifications"
tags: ["notifications"]
---

# List notifications

`GET /users/{user_guid}/notifications`

All notifications for the user can be listed, including notifications created by MX for other channels besides `PUSH`.

## Query parameters

- `from_date` string
- `to_date` string
- `page` integer
- `records_per_page` integer

## Response `200`

OK

- NotificationsResponseBody
  - `notifications` NotificationResponse[]
    - `guid` string
    - `content` string
    - `deep_link_guid` string
    - `delivered_at` unknown
    - `entity_guid` string
    - `has_been_delivered` boolean
    - `has_been_viewed` boolean
    - `notification_type` unknown
    - `subject` string
    - `channel` string

---

[API](https://skmtc.net/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.net/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/mx-platform-api/versions/b6632646ee89/schema)
