---
title: "Fetch all user notifications"
method: GET
path: "/user_notifications"
tags: ["UserNotification"]
---

# Fetch all user notifications

`GET /user_notifications`

Returns all user notifications from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `limit` string, string

## Response `200`

Fetched user notifications

- 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)
