---
title: "Get notifications"
method: GET
path: "/x/notifications"
tags: ["X API"]
---

# Get notifications

`GET /x/notifications`

## Query parameters

- `type` 'All' | 'Verified' | 'Mentions'
- `cursor` string

## Response `200`

List of notifications

- object
  - `notifications` object[], required
    - `id` string, required
    - `type` string
    - `message` string
    - `timestamp` string
  - `has_next_page` boolean, required
  - `next_cursor` string, required

## Other responses

- `401` — Unauthenticated
- `402` — Subscription or usage issue
- `502` — X API unavailable, unauthorized, or rate limited

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/dfef846dbd96/schema)
