---
title: "Fetch user notification"
method: GET
path: "/user_notifications/{userNotificationId}"
tags: ["UserNotification"]
---

# Fetch user notification

`GET /user_notifications/{userNotificationId}`

Returns a user notification based on a single ID

## Path parameters

- `userNotificationId` integer, required

## Query parameters

- `token` string, string, required

## Response `200`

Fetched user notification

- UserNotification
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `is_new_messages_received_notification_to_sms` integer
  - `is_new_messages_received_notification_to_email` integer
  - `is_new_ads_on_saved_searches_to_sms` integer
  - `is_new_ads_on_saved_searches_to_email` integer
  - `is_price_reduced_on_favorite_ads_to_sms` integer
  - `is_price_reduced_on_favorite_ads_to_email` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
