v

latestOpenAPI 3.1.02026-08-09127104507.8 KB
Users

Get notifications

Get notifications.

get/api/v1/x/notifications

Query parameters

type'All' | 'Verified' | 'Mentions'

Notification type filter. Unrecognized values fall back to All.

cursorstring

Pagination cursor for notifications

Response

List of notifications

has_next_pageboolean required
next_cursorstring required

Example response

{
  "notifications": [
    {
      "id": "1234567890",
      "type": "like",
      "message": "elonmusk liked your tweet",
      "timestamp": "2025-01-15T12:00:00Z"
    }
  ],
  "has_next_page": true,
  "next_cursor": "DAACCgACGRElMJcAAA"
}