cURL
curl --request GET \ --url https://api.x.com/2/users/{id}/bookmarks/folders/{folder_id} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "1346889436626259968" } ], "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ], "meta": { "next_token": "<string>" } }
Retrieves Posts in a specific Bookmark folder by its ID for the authenticated user.
Show child attributes
1