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

# Read notifications

`GET /users/{user_guid}/notifications/{notification_guid}`

Can pull up any notification associated with the user, including notifications created by MX for other channels besides `PUSH`.

## Path parameters

- `user_guid` string, required
- `notification_guid` string, required

## Response `200`

OK

- NotificationResponseBody
  - `notification` 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)
