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