{ "info": { "_postman_id": "48a3e471-1082-4ac5-8c61-57d8be794c6e", "name": "X API v2 Account Activity Bookmarks API", "description": "X API v2 available endpoints\n\nContact Support:\n Name: X Developers", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "lastUpdatedBy": "35240", "uid": "35240-48a3e471-1082-4ac5-8c61-57d8be794c6e" }, "item": [ { "name": "2", "item": [ { "name": "users", "item": [ { "name": "{id}", "item": [ { "name": "bookmarks", "item": [ { "name": "folders", "item": [ { "name": "{folder_id}", "item": [ { "name": "Get Bookmarks by folder ID", "id": "49d400c6-16fc-48a4-be6d-71370db065c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "block.read bookmark.read bookmark.write dm.read dm.write follows.read follows.write like.read like.write list.read list.write media.write mute.read mute.write offline.access space.read timeline.read tweet.moderate.write tweet.read tweet.write users.read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.x.com/2/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://api.x.com/2/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders", ":folder_id" ], "variable": [ { "id": "597721c7-9ee3-4cac-bf04-63ed460aa078", "key": "id", "value": "", "description": "(Required) The ID of the authenticated source User for whom to return results." }, { "id": "77cc6111-11ce-478a-9d48-67ef4be0a59a", "key": "folder_id", "value": "106", "description": "(Required) The ID of the Bookmark Folder that the authenticated User is trying to fetch Posts for." } ] }, "description": "Retrieves Posts in a specific Bookmark folder by its ID for the authenticated user." }, "response": [ { "id": "4bc066a9-b395-46f5-acb0-8e538bbb2a5b", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders", ":folder_id" ], "variable": [ { "key": "id" }, { "key": "folder_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"463291868\"\n },\n {\n \"id\": \"515137\"\n }\n ],\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ],\n \"meta\": {\n \"next_token\": \"\"\n }\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-4bc066a9-b395-46f5-acb0-8e538bbb2a5b" }, { "id": "4dd11d24-866c-4e03-90c2-d94252c62068", "name": "The request has failed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders", ":folder_id" ], "variable": [ { "key": "id" }, { "key": "folder_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-4dd11d24-866c-4e03-90c2-d94252c62068" } ], "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-49d400c6-16fc-48a4-be6d-71370db065c6" } ], "id": "4d84efe0-71ce-47de-8bd6-0e7be60bc1ef", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-4d84efe0-71ce-47de-8bd6-0e7be60bc1ef" }, { "name": "Get Bookmark folders", "id": "755b67db-c511-4700-aa5f-901ae2dcbd87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "block.read bookmark.read bookmark.write dm.read dm.write follows.read follows.write like.read like.write list.read list.write media.write mute.read mute.write offline.access space.read timeline.read tweet.moderate.write tweet.read tweet.write users.read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.x.com/2/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://api.x.com/2/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders?max_results=&pagination_token=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" } ], "variable": [ { "id": "c393cbb1-9914-45e1-a4da-021d3652fd1e", "key": "id", "value": "", "description": "(Required) The ID of the authenticated source User for whom to return results." } ] }, "description": "Retrieves a list of Bookmark folders created by the authenticated user." }, "response": [ { "id": "e4398bcd-844c-4380-b26d-ac3758548572", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders?max_results=&pagination_token=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"6314982632198860537\",\n \"name\": \"\"\n },\n {\n \"id\": \"02914\",\n \"name\": \"\"\n }\n ],\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ],\n \"meta\": {\n \"next_token\": \"\"\n }\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-e4398bcd-844c-4380-b26d-ac3758548572" }, { "id": "d0867e08-2bdc-4921-82c4-6eef18824865", "name": "The request has failed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/folders?max_results=&pagination_token=", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", "folders" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-d0867e08-2bdc-4921-82c4-6eef18824865" } ], "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-755b67db-c511-4700-aa5f-901ae2dcbd87" } ], "id": "b72c98e6-dc2d-41a9-9dd9-bd81fc1e69ef", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-b72c98e6-dc2d-41a9-9dd9-bd81fc1e69ef" }, { "name": "{tweet_id}", "item": [ { "name": "Delete Bookmark", "id": "e365a043-b2c4-4956-967d-462d2e14b70b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "block.read bookmark.read bookmark.write dm.read dm.write follows.read follows.write like.read like.write list.read list.write media.write mute.read mute.write offline.access space.read timeline.read tweet.moderate.write tweet.read tweet.write users.read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.x.com/2/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://api.x.com/2/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/:tweet_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", ":tweet_id" ], "variable": [ { "id": "f9382dad-3472-42c8-9c2a-2de5f2265065", "key": "id", "value": "", "description": "(Required) The ID of the authenticated source User whose bookmark is to be removed." }, { "id": "fbcf960b-82cb-4b02-af21-4ad39bc8d835", "key": "tweet_id", "value": "932748981709", "description": "(Required) The ID of the Post that the source User is removing from bookmarks." } ] }, "description": "Removes a Post from the authenticated user\u2019s Bookmarks by its ID." }, "response": [ { "id": "fa0bd694-145d-4959-ac3d-ea970c972386", "name": "The request has succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/:tweet_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", ":tweet_id" ], "variable": [ { "key": "id" }, { "key": "tweet_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"bookmarked\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-fa0bd694-145d-4959-ac3d-ea970c972386" }, { "id": "0eb708f0-eb7c-4392-85c5-a0b75acb43ba", "name": "The request has failed.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks/:tweet_id", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks", ":tweet_id" ], "variable": [ { "key": "id" }, { "key": "tweet_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-0eb708f0-eb7c-4392-85c5-a0b75acb43ba" } ], "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-e365a043-b2c4-4956-967d-462d2e14b70b" } ], "id": "aeabb44e-4bbc-4c25-bcea-c5ba1dc1553c", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-aeabb44e-4bbc-4c25-bcea-c5ba1dc1553c" }, { "name": "Get Bookmarks", "id": "254b4a99-627f-4103-a254-536548cf498f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "block.read bookmark.read bookmark.write dm.read dm.write follows.read follows.write like.read like.write list.read list.write media.write mute.read mute.write offline.access space.read timeline.read tweet.moderate.write tweet.read tweet.write users.read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.x.com/2/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://api.x.com/2/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks?max_results=&pagination_token=&tweet.fields=withheld&expansions=author_id&media.fields=width&poll.fields=id&user.fields=created_at&place.fields=geo", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" }, { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "withheld" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "author_id" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "width" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "id" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "created_at" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "geo" } ], "variable": [ { "id": "27983aa4-3cf8-4a0f-8cc0-3d0dd999dd89", "key": "id", "value": "", "description": "(Required) The ID of the authenticated source User for whom to return results." } ] }, "description": "Retrieves a list of Posts bookmarked by the authenticated user." }, "response": [ { "id": "386393c0-945b-4abc-88ec-c63e5fd530ea", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks?max_results=&pagination_token=&tweet.fields=withheld&expansions=author_id&media.fields=width&poll.fields=id&user.fields=created_at&place.fields=geo", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" }, { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "withheld" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "author_id" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "width" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "id" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "created_at" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "geo" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"attachments\": {\n \"media_keys\": [\n \"8_03\"\n ],\n \"media_source_tweet_id\": [\n \"66581\"\n ],\n \"poll_ids\": [\n \"84500213\"\n ]\n },\n \"author_id\": \"7858309\",\n \"community_id\": \"03999222\",\n \"context_annotations\": [\n {\n \"domain\": {\n \"id\": \"963\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"entity\": {\n \"id\": \"866346080462079\",\n \"description\": \"\",\n \"name\": \"\"\n }\n }\n ],\n \"conversation_id\": \"76920061387615\",\n \"created_at\": \"\",\n \"display_text_range\": [\n \"\",\n \"\"\n ],\n \"edit_controls\": {\n \"is_edit_eligible\": \"\",\n \"editable_until\": \"\",\n \"edits_remaining\": \"\"\n },\n \"edit_history_tweet_ids\": [\n \"9164446444059175434\"\n ],\n \"entities\": {\n \"annotations\": [\n {\n \"start\": \"\",\n \"end\": \"\",\n \"normalized_text\": \"\",\n \"probability\": \"\",\n \"type\": \"\"\n }\n ],\n \"cashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"hashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"mentions\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"username\": \"NVMGI\",\n \"id\": \"35\"\n }\n ],\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"24552_921002679\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n },\n \"geo\": {\n \"coordinates\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n },\n \"place_id\": \"\"\n },\n \"id\": \"57358987\",\n \"in_reply_to_user_id\": \"5246253721691\",\n \"lang\": \"\",\n \"matched_media_notes\": {\n \"match_status\": \"\",\n \"note_id\": \"3\"\n },\n \"non_public_metrics\": {\n \"impression_count\": \"\"\n },\n \"note_request_suggestions\": {\n \"source_link\": {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"445849687_55679117639\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n },\n \"suggestion\": \"\",\n \"suggestion_id\": \"\"\n },\n \"note_tweet\": {\n \"entities\": {\n \"cashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"hashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"mentions\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"username\": \"4tn8\",\n \"id\": \"76227920725\"\n }\n ],\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"88840184338_193918825\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n },\n \"text\": \"\"\n },\n \"organic_metrics\": {\n \"impression_count\": \"\",\n \"retweet_count\": \"\",\n \"reply_count\": \"\",\n \"like_count\": \"\"\n },\n \"paid_partnership\": \"\",\n \"possibly_sensitive\": \"\",\n \"promoted_metrics\": {\n \"impression_count\": \"\",\n \"like_count\": \"\",\n \"reply_count\": \"\",\n \"retweet_count\": \"\"\n },\n \"public_metrics\": {\n \"retweet_count\": \"\",\n \"reply_count\": \"\",\n \"like_count\": \"\",\n \"impression_count\": \"\",\n \"bookmark_count\": \"\",\n \"quote_count\": \"\"\n },\n \"referenced_tweets\": [\n {\n \"type\": \"replied_to\",\n \"id\": \"618770779021187223\"\n }\n ],\n \"reply_settings\": \"following\",\n \"scopes\": {\n \"followers\": \"\"\n },\n \"source\": \"\",\n \"suggested_source_links\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"4353949903_2320852\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ],\n \"suggested_source_links_with_counts\": {\n \"count\": \"\",\n \"url\": {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"4343_62559498907\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n },\n \"text\": \"\",\n \"username\": \"Bu\",\n \"withheld\": {\n \"copyright\": \"\",\n \"country_codes\": [\n \"HI\"\n ],\n \"scope\": \"user\"\n }\n }\n ],\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ],\n \"includes\": {\n \"media\": [\n {\n \"type\": \"\",\n \"height\": \"\",\n \"media_key\": \"4_64\",\n \"width\": \"\"\n }\n ],\n \"places\": [\n {\n \"id\": \"\",\n \"full_name\": \"\",\n \"contained_within\": [\n \"\"\n ],\n \"country\": \"\",\n \"country_code\": \"ZA\",\n \"geo\": {\n \"type\": \"Feature\",\n \"bbox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n }\n },\n \"name\": \"\",\n \"place_type\": \"admin\"\n }\n ],\n \"polls\": [\n {\n \"id\": \"175153537322691\",\n \"options\": [\n {\n \"position\": \"\",\n \"label\": \"\",\n \"votes\": \"\"\n },\n {\n \"position\": \"\",\n \"label\": \"\",\n \"votes\": \"\"\n }\n ],\n \"duration_minutes\": \"\",\n \"end_datetime\": \"\",\n \"voting_status\": \"open\"\n }\n ],\n \"topics\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"tweets\": [\n {\n \"attachments\": {\n \"media_keys\": [\n \"7760_51027880844\"\n ],\n \"media_source_tweet_id\": [\n \"84\"\n ],\n \"poll_ids\": [\n \"368006\"\n ]\n },\n \"author_id\": \"165780979\",\n \"community_id\": \"15051800521434614\",\n \"context_annotations\": [\n {\n \"domain\": {\n \"id\": \"107378336\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"entity\": {\n \"id\": \"9295037121227277\",\n \"description\": \"\",\n \"name\": \"\"\n }\n }\n ],\n \"conversation_id\": \"3494630196\",\n \"created_at\": \"\",\n \"display_text_range\": [\n \"\",\n \"\"\n ],\n \"edit_controls\": {\n \"is_edit_eligible\": \"\",\n \"editable_until\": \"\",\n \"edits_remaining\": \"\"\n },\n \"edit_history_tweet_ids\": [\n \"71007405575\"\n ],\n \"entities\": {\n \"annotations\": [\n {\n \"start\": \"\",\n \"end\": \"\",\n \"normalized_text\": \"\",\n \"probability\": \"\",\n \"type\": \"\"\n }\n ],\n \"cashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"hashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"mentions\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"username\": \"N76E0uy\",\n \"id\": \"2872443\"\n }\n ],\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"71_75\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n },\n \"geo\": {\n \"coordinates\": {\n \"type\": \"Point\",\n \"coordinates\": [\n \"\",\n \"\"\n ]\n },\n \"place_id\": \"\"\n },\n \"id\": \"8157816367926\",\n \"in_reply_to_user_id\": \"725115144177\",\n \"lang\": \"\",\n \"matched_media_notes\": {\n \"match_status\": \"\",\n \"note_id\": \"7\"\n },\n \"non_public_metrics\": {\n \"impression_count\": \"\"\n },\n \"note_request_suggestions\": {\n \"source_link\": {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"9064755_731326553\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n },\n \"suggestion\": \"\",\n \"suggestion_id\": \"\"\n },\n \"note_tweet\": {\n \"entities\": {\n \"cashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"hashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"mentions\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"username\": \"9VjK7aRrvQr1Nk\",\n \"id\": \"85607758\"\n }\n ],\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"042_666765\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n },\n \"text\": \"\"\n },\n \"organic_metrics\": {\n \"impression_count\": \"\",\n \"retweet_count\": \"\",\n \"reply_count\": \"\",\n \"like_count\": \"\"\n },\n \"paid_partnership\": \"\",\n \"possibly_sensitive\": \"\",\n \"promoted_metrics\": {\n \"impression_count\": \"\",\n \"like_count\": \"\",\n \"reply_count\": \"\",\n \"retweet_count\": \"\"\n },\n \"public_metrics\": {\n \"retweet_count\": \"\",\n \"reply_count\": \"\",\n \"like_count\": \"\",\n \"impression_count\": \"\",\n \"bookmark_count\": \"\",\n \"quote_count\": \"\"\n },\n \"referenced_tweets\": [\n {\n \"type\": \"quoted\",\n \"id\": \"4257238\"\n }\n ],\n \"reply_settings\": \"verified\",\n \"scopes\": {\n \"followers\": \"\"\n },\n \"source\": \"\",\n \"suggested_source_links\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"00186_23213639518\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ],\n \"suggested_source_links_with_counts\": {\n \"count\": \"\",\n \"url\": {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"29_5391627\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n },\n \"text\": \"\",\n \"username\": \"tezQqJPjzFM\",\n \"withheld\": {\n \"copyright\": \"\",\n \"country_codes\": [\n \"LJ\"\n ],\n \"scope\": \"user\"\n }\n }\n ],\n \"users\": [\n {\n \"id\": \"7982\",\n \"name\": \"\",\n \"username\": \"WBOpAHwZB\",\n \"affiliation\": {\n \"badge_url\": \"\",\n \"description\": \"\",\n \"url\": \"\",\n \"user_id\": [\n \"02396705\"\n ]\n },\n \"connection_status\": [\n \"muting\"\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"entities\": {\n \"description\": {\n \"annotations\": [\n {\n \"start\": \"\",\n \"end\": \"\",\n \"normalized_text\": \"\",\n \"probability\": \"\",\n \"type\": \"\"\n }\n ],\n \"cashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"hashtags\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"tag\": \"\"\n }\n ],\n \"mentions\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"username\": \"nIQuToE\",\n \"id\": \"88\"\n }\n ],\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"053835_82149649\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n },\n \"url\": {\n \"urls\": [\n {\n \"end\": \"\",\n \"start\": \"\",\n \"url\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"expanded_url\": \"\",\n \"images\": [\n {\n \"height\": \"\",\n \"url\": \"\",\n \"width\": \"\"\n }\n ],\n \"media_key\": \"1_314044\",\n \"status\": \"\",\n \"title\": \"\",\n \"unwound_url\": \"\"\n }\n ]\n }\n },\n \"location\": \"\",\n \"most_recent_tweet_id\": \"41095330\",\n \"pinned_tweet_id\": \"76\",\n \"profile_banner_url\": \"\",\n \"profile_image_url\": \"\",\n \"protected\": \"\",\n \"public_metrics\": {\n \"followers_count\": \"\",\n \"following_count\": \"\",\n \"tweet_count\": \"\",\n \"listed_count\": \"\",\n \"like_count\": \"\"\n },\n \"receives_your_dm\": \"\",\n \"subscription_type\": \"Basic\",\n \"url\": \"\",\n \"verified\": \"\",\n \"verified_type\": \"none\",\n \"withheld\": {\n \"country_codes\": [\n \"MZ\"\n ],\n \"scope\": \"user\"\n }\n }\n ]\n },\n \"meta\": {\n \"next_token\": \"\",\n \"previous_token\": \"\",\n \"result_count\": \"\"\n }\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-386393c0-945b-4abc-88ec-c63e5fd530ea" }, { "id": "f34bb6c9-8dd8-4fa8-be1b-bdca0096af8b", "name": "The request has failed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks?max_results=&pagination_token=&tweet.fields=withheld&expansions=author_id&media.fields=width&poll.fields=id&user.fields=created_at&place.fields=geo", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "query": [ { "description": "The maximum number of results.", "key": "max_results", "value": "" }, { "description": "This parameter is used to get the next 'page' of results.", "key": "pagination_token", "value": "" }, { "description": "A comma separated list of Tweet fields to display.", "key": "tweet.fields", "value": "withheld" }, { "description": "A comma separated list of fields to expand.", "key": "expansions", "value": "author_id" }, { "description": "A comma separated list of Media fields to display.", "key": "media.fields", "value": "width" }, { "description": "A comma separated list of Poll fields to display.", "key": "poll.fields", "value": "id" }, { "description": "A comma separated list of User fields to display.", "key": "user.fields", "value": "created_at" }, { "description": "A comma separated list of Place fields to display.", "key": "place.fields", "value": "geo" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-f34bb6c9-8dd8-4fa8-be1b-bdca0096af8b" } ], "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-254b4a99-627f-4103-a254-536548cf498f" }, { "name": "Create Bookmark", "id": "43d93c11-969b-423b-8246-dae46551d7f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "block.read bookmark.read bookmark.write dm.read dm.write follows.read follows.write like.read like.write list.read list.write media.write mute.read mute.write offline.access space.read timeline.read tweet.moderate.write tweet.read tweet.write users.read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.x.com/2/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://api.x.com/2/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tweet_id\": \"88\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "variable": [ { "id": "7e6c630d-51da-456b-84bd-ea0376802a68", "key": "id", "value": "", "description": "(Required) The ID of the authenticated source User for whom to add bookmarks." } ] }, "description": "Adds a post to the authenticated user\u2019s bookmarks." }, "response": [ { "id": "addf033a-2c7e-4bda-ae30-ef716ade370a", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tweet_id\": \"88\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"bookmarked\": \"\"\n },\n \"errors\": [\n {\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"status\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-addf033a-2c7e-4bda-ae30-ef716ade370a" }, { "id": "37d81776-8bcd-4640-9954-de972008277e", "name": "The request has failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tweet_id\": \"88\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/2/users/:id/bookmarks", "host": [ "{{baseUrl}}" ], "path": [ "2", "users", ":id", "bookmarks" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-37d81776-8bcd-4640-9954-de972008277e" } ], "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-43d93c11-969b-423b-8246-dae46551d7f7" } ], "id": "15ed85d8-bfc7-4961-ab6b-8064f4f8190f", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-15ed85d8-bfc7-4961-ab6b-8064f4f8190f" } ], "id": "e79bf42e-7831-497f-b9c9-0b0046d484d3", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-e79bf42e-7831-497f-b9c9-0b0046d484d3" } ], "id": "be59cde7-9199-49c6-96fa-85f3c8ab09fe", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-be59cde7-9199-49c6-96fa-85f3c8ab09fe" } ], "id": "d3d476b2-fa14-46ca-a795-21e185d04c21", "createdAt": "2026-07-28T03:21:16.000Z", "updatedAt": "2026-07-28T03:21:16.000Z", "uid": "35240-d3d476b2-fa14-46ca-a795-21e185d04c21" } ], "variable": [ { "key": "baseUrl", "value": "https://api.x.com" } ] }