v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Users

Get notifications

get/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"
}