cURL
curl --request GET \ --url https://api.x.com/2/users/{id}/bookmarks/folders \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "1146654567674912769", "name": "<string>" } ], "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ], "meta": { "next_token": "<string>" } }
Retrieves a list of Bookmark folders created by the authenticated user.
1 <= x <= 100
1
Show child attributes