v11

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

Get bookmark folders

get/x/bookmarks/folders

Response

List of bookmark folders

has_next_pageboolean required

Always false for the current bookmark folder route

next_cursorstring required

Always empty for the current bookmark folder route

Example response

{
  "folders": [
    {
      "id": "1234567890",
      "name": "Read Later"
    }
  ]
}