{"info":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","description":"<html><head></head><body><h1 id=\"getxapi\">GetXAPI</h1>\n<p><strong>The cheapest Twitter / X API for developers and AI agents.</strong></p>\n<p>44 endpoints. Read + write. Pay-per-call from $0.001. $0.10 in free credits on signup, no credit card required.</p>\n<hr>\n<h2 id=\"whats-in-this-collection\">What's in this collection</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Folder</th>\n<th>Endpoints</th>\n<th>What it does</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Tweets</strong></td>\n<td>8</td>\n<td>Advanced search, tweet detail, replies, create / like / retweet</td>\n</tr>\n<tr>\n<td><strong>Users</strong></td>\n<td>23</td>\n<td>User info, followers / following, timelines, likes, media, affiliations</td>\n</tr>\n<tr>\n<td><strong>Articles</strong></td>\n<td>7</td>\n<td>Create, publish, update, delete article-format posts (premium-style)</td>\n</tr>\n<tr>\n<td><strong>DM</strong></td>\n<td>2</td>\n<td>List + send direct messages</td>\n</tr>\n<tr>\n<td><strong>Lists</strong></td>\n<td>1</td>\n<td>List members</td>\n</tr>\n<tr>\n<td><strong>Account</strong></td>\n<td>2</td>\n<td>Credit balance, payment history</td>\n</tr>\n<tr>\n<td><strong>Auth</strong></td>\n<td>1</td>\n<td>Login state check</td>\n</tr>\n<tr>\n<td><strong>Media</strong></td>\n<td>1</td>\n<td>Upload media</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h2 id=\"why-getxapi-vs-the-official-x-api\">Why GetXAPI (vs the official X API)</h2>\n<p>X killed the free tier in February 2026. Official pricing now:</p>\n<ul>\n<li>$0.005 per read (capped 2M / month)</li>\n<li>$0.015 per write</li>\n<li><strong>$0.20 per write containing a URL</strong> (kills any app that auto-posts links)</li>\n<li>Legacy Basic ($200/mo) and Pro ($5,000/mo) grandfathered only</li>\n<li>Enterprise: ~$42,000 / month</li>\n</ul>\n<p>GetXAPI is a flat <strong>$0.001 per call</strong> across reads + writes, with no developer account, OAuth dance, or URL-tax. For indie devs, AI agents, and side projects this is typically 10-200× cheaper.</p>\n<hr>\n<h2 id=\"getting-started-in-60-seconds\">Getting started in 60 seconds</h2>\n<ol>\n<li><strong>Sign up</strong> at <a href=\"https://www.getxapi.com\">getxapi.com</a> → get $0.10 free credits (no card)</li>\n<li><strong>Copy your API key</strong> from the dashboard</li>\n<li><strong>In Postman</strong>, set the collection variable <code>api_key</code> to your key (collection → Variables tab)</li>\n<li><strong>Try the Account → Account Info endpoint</strong> to confirm auth works (it returns your credit balance — free)</li>\n<li><strong>Run any other endpoint</strong> — they're all authenticated via <code>Authorization: Bearer </code></li>\n</ol>\n<hr>\n<h2 id=\"auth\">Auth</h2>\n<p>Every endpoint uses the same Bearer-token scheme. Set once at the collection level (already configured) and every request inherits it.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Bearer YOUR_API_KEY\n</code></pre>\n<p>Variables this collection uses:</p>\n<ul>\n<li><code>base_url</code> → <code>https://api.getxapi.com</code></li>\n<li><code>api_key</code> → your token from the dashboard</li>\n</ul>\n<hr>\n<h2 id=\"pricing\">Pricing</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint type</th>\n<th>Price per call</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Standard reads + most writes (33 endpoints)</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td>Create Tweet + DM list/send (3 endpoints)</td>\n<td>$0.002</td>\n</tr>\n<tr>\n<td>Article endpoints (6 endpoints)</td>\n<td>$0.005-$0.01</td>\n</tr>\n<tr>\n<td>Account info + payments (2 endpoints)</td>\n<td>Free</td>\n</tr>\n</tbody>\n</table>\n</div><p>Full pricing on the <a href=\"https://www.getxapi.com/pricing\">GetXAPI homepage</a>.</p>\n<hr>\n<h2 id=\"support\">Support</h2>\n<ul>\n<li>Docs: <a href=\"https://docs.getxapi.com\">docs.getxapi.com</a></li>\n<li>OpenAPI spec: <a href=\"https://docs.getxapi.com/openapi.json\">docs.getxapi.com/openapi.json</a></li>\n<li>Email: <a href=\"mailto:bozad@getxapi.com\">bozad@getxapi.com</a></li>\n<li>Telegram (founder, fast replies): <code>@bozad69</code></li>\n</ul>\n<p>Built by indie devs, for indie devs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"GetXAPI","slug":"getxapi"}],"owner":"54999474","collectionId":"c637c3d6-b884-47db-80e9-73eeeb324cc4","publishedId":"2sBXqRkd7E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"F4F6FA","highlight":"4C91FF"},"publishDate":"2026-05-19T13:17:36.000Z"},"item":[{"name":"Account","item":[{"name":"Account Info","id":"4d8edfec-8dc5-4878-80e1-d4a3b82bf988","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/account/me","description":"<p>Get your GetXAPI account details, credit balance, and usage summary via API. Free endpoint, 30 requests/min.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["account","me"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"b01de29d-0a09-486e-b194-326f19f85cc6","name":"Account info.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"<string>\",\n  \"name\": \"<string>\",\n  \"credits_remaining\": \"<number>\",\n  \"credits_used\": \"<number>\",\n  \"total_requests\": \"<integer>\",\n  \"created_at\": \"<string>\"\n}"},{"id":"4683ba4a-e4d7-479b-bbfa-bceb86f9d270","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"8f8b6c2a-99a8-41e0-b678-039aadf747c1","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/me"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"b4a32666-9407-4fb0-a5b7-9e192d70f6fe","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/me"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"14ea51fa-8599-4c66-884d-ee2f59306ae7","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/account/me","description":"Get your GetXAPI account details, credit balance, and usage summary via API. Free endpoint, 30 requests/min."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"you@example.com\",\n  \"name\": \"Your Name\",\n  \"credits_remaining\": 99.876,\n  \"credits_used\": 100.124,\n  \"total_requests\": 1234,\n  \"created_at\": \"2026-02-06T10:46:59.399986+00:00\"\n}\n"}],"_postman_id":"4d8edfec-8dc5-4878-80e1-d4a3b82bf988"},{"name":"Payment History","id":"6f445220-a142-44fa-a26f-9ec394d6c883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/account/payments","description":"<p>Get your GetXAPI payment and top-up history via API. Free endpoint, 30 requests/min.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["account","payments"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"4a01dd33-1c2d-4082-8c2d-47ad2551e162","name":"Payment history.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"payments\": [\n    {\n      \"amount\": \"<number>\",\n      \"credits_added\": \"<number>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<string>\"\n    },\n    {\n      \"amount\": \"<number>\",\n      \"credits_added\": \"<number>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<string>\"\n    }\n  ]\n}"},{"id":"69d88d93-9361-4757-b55b-83535e63e624","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/payments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b287bd88-0e68-468e-af64-348213e0bacf","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/payments"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"2ac91a91-370d-440b-b2aa-f447abd088df","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/account/payments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"55ce4378-4e8f-489d-afee-ca0d126018f3","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/account/payments","description":"Get your GetXAPI payment and top-up history via API. Free endpoint, 30 requests/min."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payments\": [\n    {\n      \"amount\": 10,\n      \"credits_added\": 10,\n      \"status\": \"completed\",\n      \"created_at\": \"2026-02-11T16:57:37.342111+00:00\"\n    }\n  ]\n}\n"}],"_postman_id":"6f445220-a142-44fa-a26f-9ec394d6c883"}],"id":"c9497440-be82-46ae-9e54-1f778af2f886","description":"<h3 id=\"account\">Account</h3>\n<p>Manage your GetXAPI account — credits, payment history, profile. <strong>Free endpoints</strong> (no per-call cost).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/account/me</code></td>\n<td>GET</td>\n<td>Free</td>\n</tr>\n<tr>\n<td><code>/account/payments</code></td>\n<td>GET</td>\n<td>Free</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Use cases</strong></p>\n<ul>\n<li>Check remaining credits before a batch job</li>\n<li>Audit historical spend by hitting <code>/account/payments</code></li>\n<li>Power a dashboard widget showing balance + burn rate</li>\n</ul>\n<p><strong>Sample call</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Bearer YOUR_API_KEY\" https://api.getxapi.com/account/me\n</code></pre>\n<p><strong>Sample response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"email\": \"you@example.com\",\n  \"credits_remaining\": 99.876,\n  \"credits_used\": 100.124,\n  \"total_requests\": 1234\n}\n</code></pre>\n","_postman_id":"c9497440-be82-46ae-9e54-1f778af2f886","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"Tweets","item":[{"name":"Advanced Search","id":"268fe720-ce86-42b7-94f9-40400fbe588b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","description":"<p>Search tweets with advanced operators using GetXAPI. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. Twitter API search endpoint with code examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","advanced_search"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Search query (supports Twitter advanced search operators).</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>Search product filter. <code>Latest</code> sorts by recency; <code>Top</code> by relevance/engagement.</p>\n","type":"text/plain"},"key":"product","value":"Latest"},{"description":{"content":"<p>Pagination cursor from the previous response's <code>next_cursor</code>.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"ddd172e1-6da6-4898-9503-5f42cd312cdc","name":"Page of tweets.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"query\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"380ee69e-d46c-4591-9ee6-3e92ae42386b","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f3f8d8e8-d046-499f-a506-658cafef714a","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"364589f5-ed59-4334-94f2-2029bfb18e92","name":"Rate limited — all accounts exhausted for SearchTimeline.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"c3e5c25e-ecc4-4f7a-96c3-d045092860d3","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"39aaf517-a5d8-48db-847b-22e467d480f6","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/tweet/advanced_search?q=<string>&product=Latest&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","tweet","advanced_search"],"query":[{"description":"(Required) Search query (supports Twitter advanced search operators).","key":"q","value":"<string>"},{"description":"Search product filter. `Latest` sorts by recency; `Top` by relevance/engagement.","key":"product","value":"Latest"},{"description":"Pagination cursor from the previous response's `next_cursor`.","key":"cursor","value":"<string>"}]},"description":"Search tweets with advanced operators using GetXAPI. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. Twitter API search endpoint with code examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"query\": \"from:elonmusk\",\n  \"tweet_count\": 20,\n  \"has_more\": true,\n  \"next_cursor\": \"DAADDAABCgABHIqW5H9XkBUKAAIcidVempZxCgAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUciu3AHEAnEAoABhyK7cAcP9jwAAA\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056622087981207573\",\n      \"url\": \"https://x.com/elonmusk/status/2056622087981207573\",\n      \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056622087981207573\",\n      \"text\": \"@johannesmkx Crazy\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 288,\n      \"replyCount\": 370,\n      \"likeCount\": 5064,\n      \"quoteCount\": 12,\n      \"viewCount\": 102948,\n      \"createdAt\": \"Tue May 19 06:24:50 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 43,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056463618095386631\",\n      \"conversationId\": \"2056463618095386631\",\n      \"media\": [],\n      \"inReplyToUserId\": \"1548273016143982594\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"elonmusk\",\n        \"url\": \"https://x.com/elonmusk\",\n        \"id\": \"44196397\",\n        \"name\": \"Elon Musk\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"location\": \"\",\n        \"followers\": 239966404,\n        \"following\": 1334,\n        \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056555445582500051\",\n      \"url\": \"https://x.com/elonmusk/status/2056555445582500051\",\n      \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056555445582500051\",\n      \"text\": \"@JustRaging01 !!\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 393,\n      \"replyCount\": 375,\n      \"likeCount\": 7897,\n      \"quoteCount\": 14,\n      \"viewCount\": 133254,\n      \"createdAt\": \"Tue May 19 02:00:01 +0000 2026\",\n      \"lang\": \"qam\",\n      \"bookmarkCount\": 79,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056457711823499580\",\n      \"conversationId\": \"2056457711823499580\",\n      \"media\": [],\n      \"inReplyToUserId\": \"2016767632498737152\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"elonmusk\",\n        \"url\": \"https://x.com/elonmusk\",\n        \"id\": \"44196397\",\n        \"name\": \"Elon Musk\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"location\": \"\",\n        \"followers\": 239966404,\n        \"following\": 1334,\n        \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    }\n  ]\n}"}],"_postman_id":"268fe720-ce86-42b7-94f9-40400fbe588b"},{"name":"Tweet Detail","id":"2a0f362c-42c7-4873-8303-0ef4a47a8b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/tweet/detail?id=<string>","description":"<p>Get a single tweet with full author, media, and engagement data via API. $0.001 per call. GetXAPI tweet detail endpoint with response examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","detail"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Tweet ID (snowflake).</p>\n","type":"text/plain"},"key":"id","value":"<string>"}],"variable":[]}},"response":[{"id":"a0475cdf-2c3a-4dd6-b6ab-6799047832a9","name":"Tweet detail wrapped in a status envelope.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"type\": \"tweet\",\n    \"id\": \"<string>\",\n    \"url\": \"<string>\",\n    \"twitterUrl\": \"<string>\",\n    \"text\": \"<string>\",\n    \"source\": \"<string>\",\n    \"retweetCount\": \"<integer>\",\n    \"replyCount\": \"<integer>\",\n    \"likeCount\": \"<integer>\",\n    \"quoteCount\": \"<integer>\",\n    \"viewCount\": \"<integer>\",\n    \"bookmarkCount\": \"<integer>\",\n    \"createdAt\": \"<string>\",\n    \"lang\": \"<string>\",\n    \"isReply\": \"<boolean>\",\n    \"inReplyToId\": \"<string,null>\",\n    \"inReplyToUserId\": \"<string,null>\",\n    \"conversationId\": \"<string,null>\",\n    \"media\": [\n      {\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"expanded_url\": \"<string>\",\n        \"video_url\": \"<string>\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"expanded_url\": \"<string>\",\n        \"video_url\": \"<string>\"\n      }\n    ],\n    \"entities\": {\n      \"urls\": [\n        {\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"display_url\": \"<string>\",\n          \"indices\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"display_url\": \"<string>\",\n          \"indices\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"user_mentions\": [\n        {\n          \"id_str\": \"<string>\",\n          \"indices\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        },\n        {\n          \"id_str\": \"<string>\",\n          \"indices\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      ]\n    },\n    \"author\": {\n      \"type\": \"user\",\n      \"userName\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"verifiedType\": \"<string,null>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"favouritesCount\": \"<integer>\",\n      \"statusesCount\": \"<integer>\",\n      \"mediaCount\": \"<integer>\",\n      \"canDm\": \"<boolean>\",\n      \"createdAt\": \"<string>\",\n      \"pinnedTweetIds\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"quoted_tweet\": {\n      \"id\": \"<string>\",\n      \"text\": \"<string>\",\n      \"user\": {\n        \"name\": \"<string>\",\n        \"screen_name\": \"<string>\"\n      }\n    }\n  }\n}"},{"id":"abfabcf9-d91c-4490-b198-6d348a1976ea","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"cc9050dc-3cd3-4795-b883-4276082daab6","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c67c34ce-326e-4fc2-a23a-41835e0cde63","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"85fdc27c-1ea6-4104-97bb-c02f73fe6fd1","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"55ca4207-b3be-4020-97f7-c28de411180d","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/detail?id=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"1bd29245-40af-497d-a9d8-5d18abe5951b","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/tweet/detail?id=<string>","host":["https://api.getxapi.com"],"path":["twitter","tweet","detail"],"query":[{"description":"(Required) Tweet ID (snowflake).","key":"id","value":"<string>"}]},"description":"Get a single tweet with full author, media, and engagement data via API. $0.001 per call. GetXAPI tweet detail endpoint with response examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"msg\": \"success\",\n  \"data\": {\n    \"type\": \"tweet\",\n    \"id\": \"2056622087981207573\",\n    \"url\": \"https://x.com/elonmusk/status/2056622087981207573\",\n    \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056622087981207573\",\n    \"text\": \"@johannesmkx Crazy\",\n    \"source\": \"Twitter for iPhone\",\n    \"retweetCount\": 299,\n    \"replyCount\": 372,\n    \"likeCount\": 5308,\n    \"quoteCount\": 12,\n    \"viewCount\": 111393,\n    \"createdAt\": \"Tue May 19 06:24:50 +0000 2026\",\n    \"lang\": \"en\",\n    \"bookmarkCount\": 44,\n    \"isReply\": true,\n    \"inReplyToId\": \"2056463618095386631\",\n    \"conversationId\": \"2056463618095386631\",\n    \"media\": [],\n    \"inReplyToUserId\": \"1548273016143982594\",\n    \"author\": {\n      \"type\": \"user\",\n      \"userName\": \"elonmusk\",\n      \"url\": \"https://x.com/elonmusk\",\n      \"id\": \"44196397\",\n      \"name\": \"Elon Musk\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n      \"description\": \"https://t.co/dDtDyVssfm\",\n      \"location\": \"\",\n      \"followers\": 239967825,\n      \"following\": 1334,\n      \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n      \"canDm\": false\n    },\n    \"quoted_tweet\": null,\n    \"retweeted_tweet\": null\n  }\n}\n"}],"_postman_id":"2a0f362c-42c7-4873-8303-0ef4a47a8b16"},{"name":"Tweet Replies","id":"3b8f9d24-f7ea-4cbc-9773-c7efc953640c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/tweet/replies?id=<string>&cursor=<string>","description":"<p>Fetch all replies to a tweet via API. $0.001 per call, ~20 replies per call. GetXAPI tweet replies endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","replies"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Tweet ID whose replies to fetch.</p>\n","type":"text/plain"},"key":"id","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"221e6c06-a3b6-498e-8751-a183ca1746e0","name":"Page of replies.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"tweetId\": \"<string>\",\n  \"reply_count\": \"<integer>\",\n  \"replies\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"d794a12b-9ff7-4bf1-844b-3390868ea70c","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d5666192-be27-403a-85cd-a4647a835f1a","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"90b83119-42ad-472b-9fa5-9c86c0dea864","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"93b2410e-a546-4248-b384-fc78f2056a9c","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"79cda3e9-6961-4786-9b52-06cea8f43bd5","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/tweet/replies?id=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"013eacc8-e63f-4158-9528-4cbf7001dcc0","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/tweet/replies?id=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","tweet","replies"],"query":[{"description":"(Required) Tweet ID whose replies to fetch.","key":"id","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Fetch all replies to a tweet via API. $0.001 per call, ~20 replies per call. GetXAPI tweet replies endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"tweetId\": \"2056622087981207573\",\n  \"reply_count\": 36,\n  \"has_more\": true,\n  \"next_cursor\": \"DAAKCgABHIrx3ku__osLAAIAAAGwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUNZY2lwbHJ2WmRBYVJ5S21DNXZGOURXSElxY2MveWJZZWNjaWdiRDJoY1FCeHlLbnBsLzF2RENISXJtakp1WEVGMGNpc3JDMFphd1Z4eUs3K1ErVjhIeUhJcWtndm9ib1hNY2lyZkdkeGJoNEJ5S3NVOXZWekZtSElxeDc1WlhvY0FjaXU1K0dscFJFUnlLNDhzYTExQktISXFqRmU3WElMWWNpcDh2a0pyaDRCeUtxTktpbWxDdUhJclYySnBha1E4Y2lwY0JuVnJBRFJ5S21SWHZWMkFhSElxWkNZdFdNVmNjaXNXVlJkY1FRaHlLbDAzZjJ5QVZISXFkQUpKYVVmNGNpcTJqY1pjQWdSeUt3RW1TMWdEL0hJcVg3dUVXY2NBY2lwL0lQbGJCNGh5SzdBa2oxbEIzSElxL0t3cVdJU2NjaXBoWmhac0JjeHlLcFVFejJrRWVISXFiUm52WFVjRWNpcDRYcnhmUnh4eUt6c3JHRmxCYkhJcnZyRXFYUVFFY2lwYmtmMWVRRlJ5S3p1T1NWM0RaCAADAAAAAgsABAAAAAZCb3R0b20AAA\",\n  \"replies\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056691306127331599\",\n      \"url\": \"https://x.com/bi_niceday888/status/2056691306127331599\",\n      \"twitterUrl\": \"https://twitter.com/bi_niceday888/status/2056691306127331599\",\n      \"text\": \"@elonmusk @johannesmkx Next they\\u2019ll ban kids just for breathing? https://t.co/MAAkqi4Amw\",\n      \"source\": \"Twitter for Android\",\n      \"retweetCount\": 1,\n      \"replyCount\": 0,\n      \"likeCount\": 1,\n      \"quoteCount\": 0,\n      \"viewCount\": 336,\n      \"createdAt\": \"Tue May 19 10:59:53 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 0,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056622087981207573\",\n      \"conversationId\": \"2056463618095386631\",\n      \"media\": [\n        {\n          \"type\": \"photo\",\n          \"url\": \"https://pbs.twimg.com/media/HIrV1-va0AAaRrD.jpg\",\n          \"expanded_url\": \"https://x.com/bi_niceday888/status/2056691306127331599/photo/1\",\n          \"video_url\": null\n        }\n      ],\n      \"inReplyToUserId\": \"44196397\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"bi_niceday888\",\n        \"url\": \"https://x.com/bi_niceday888\",\n        \"id\": \"2002958377782288384\",\n        \"name\": \"puppies \\u5c0f\\u574f\\u86cb\",\n        \"isVerified\": false,\n        \"isBlueVerified\": false,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2049066914568376320/QS6burwb_normal.jpg\",\n        \"coverPicture\": null,\n        \"description\": \"\",\n        \"location\": \"\",\n        \"followers\": 30,\n        \"following\": 51,\n        \"createdAt\": \"Mon Dec 22 04:24:43 +0000 2025\",\n        \"canDm\": false\n      },\n      \"retweeted_tweet\": null\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056658242877448672\",\n      \"url\": \"https://x.com/JodiOnTheCouch/status/2056658242877448672\",\n      \"twitterUrl\": \"https://twitter.com/JodiOnTheCouch/status/2056658242877448672\",\n      \"text\": \"@elonmusk @johannesmkx I always wondered how the Nazis got people to comply. \\n\\nNow I see. \\n\\nThis is terrifying. I really hope it isn't too late for Europe.\",\n      \"source\": \"Twitter Web App\",\n      \"retweetCount\": 2,\n      \"replyCount\": 0,\n      \"likeCount\": 16,\n      \"quoteCount\": 0,\n      \"viewCount\": 441,\n      \"createdAt\": \"Tue May 19 08:48:30 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 1,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056622087981207573\",\n      \"conversationId\": \"2056463618095386631\",\n      \"media\": [],\n      \"inReplyToUserId\": \"44196397\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"JodiOnTheCouch\",\n        \"url\": \"https://x.com/JodiOnTheCouch\",\n        \"id\": \"1167715406\",\n        \"name\": \"Gen X Awakening\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2039219671610843136/bFxUAlSs_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1167715406/1771026469\",\n        \"description\": \"Conversations with Grok \\u2022 Gen X woman on the couch asking the questions most people are scared to ask \\u2022 Awakening, truth, and real talk.\\nMAGA/MAHA/BARBZ\",\n        \"location\": \"USA\",\n        \"followers\": 7151,\n        \"following\": 5108,\n        \"createdAt\": \"Mon Feb 11 03:27:51 +0000 2013\",\n        \"canDm\": false\n      },\n      \"retweeted_tweet\": null\n    }\n  ]\n}\n"}],"_postman_id":"3b8f9d24-f7ea-4cbc-9773-c7efc953640c"},{"name":"Create Tweet","id":"edd44030-4ced-468a-a959-210408a050ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/create","description":"<p>Post tweets with text, images, and videos via API. $0.002 per call. GetXAPI create tweet endpoint with media upload examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","create"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"244eb3e6-61f1-4171-ae44-c1045672af77","name":"Tweet created.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string,null>\",\n    \"text\": \"<string>\",\n    \"createdAt\": \"<string>\"\n  }\n}"},{"id":"d79722fb-1635-4960-b5d9-4b8454ef1c4c","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"132883ee-6f44-42e7-af2a-40bbd7726cbc","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"cc9cd8b0-53a5-4bf0-82de-22149a161e05","name":"Twitter rejected the tweet.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/create"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"cfeaf645-9458-4740-b195-111128b05758","name":"Endpoint temporarily disabled while fixes are in progress.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/create"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"status\": \"<string>\"\n}"},{"id":"b2f28e74-bb3d-47c4-80a3-9b1e2d73df82","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"reply_to_tweet_id\": \"<string>\",\n  \"quote_tweet_url\": \"<string>\",\n  \"quote_tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\",\n  \"media_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"media\": [\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"data\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/create","description":"Post tweets with text, images, and videos via API. $0.002 per call. GetXAPI create tweet endpoint with media upload examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"tweet_id\": \"2056622087981207573\",\n  \"url\": \"https://x.com/your_account/status/2056622087981207573\",\n  \"createdAt\": \"Mon May 19 12:41:00 +0000 2026\"\n}\n"}],"_postman_id":"edd44030-4ced-468a-a959-210408a050ce"},{"name":"Like Tweet","id":"677cb526-4c08-4e13-ab2e-ce7ce7b4609a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/favorite","description":"<p>Like (favorite) a tweet programmatically via API. $0.001 per call. GetXAPI like tweet endpoint documentation with code examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","favorite"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"b7410ce9-7f9c-46f5-bfcb-071e2e4d587f","name":"Like mutation processed. Check `data.liked`.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/favorite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"tweetId\": \"<string>\",\n    \"liked\": \"<boolean>\"\n  }\n}"},{"id":"de9fd97c-379a-43fe-8864-0fd134af7a2e","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/favorite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f4f5b8c0-c47d-4314-aa7e-1421034766d5","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/favorite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"e3e9bc32-f913-422a-b673-225805c96edb","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/favorite"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"0a7fcd45-c494-45b4-9d94-1bd4ae13dc69","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/favorite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d8b2441a-e07b-4251-97d1-52bdb09cbe8f","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/favorite","description":"Like (favorite) a tweet programmatically via API. $0.001 per call. GetXAPI like tweet endpoint documentation with code examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"tweet_id\": \"2056622087981207573\", \"action\": \"liked\" }\n"}],"_postman_id":"677cb526-4c08-4e13-ab2e-ce7ce7b4609a"},{"name":"Retweet Tweet","id":"9dacdbc7-4ace-4072-8167-9039fa3cdfc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/retweet","description":"<p>Retweet a tweet programmatically via API. $0.001 per call. GetXAPI retweet endpoint documentation with code examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","retweet"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"d0cc4d2c-7d34-4004-a2fb-061a3554824c","name":"Retweet mutation processed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/retweet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"tweetId\": \"<string>\",\n    \"retweetId\": \"<string,null>\",\n    \"retweeted\": \"<boolean>\"\n  }\n}"},{"id":"88c6be5c-a97d-45eb-8a30-db071ff64005","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/retweet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"1779a115-c4b3-4961-8780-f8db268f6f4f","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/retweet"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f7e6a6e6-889c-4d04-a3d4-117935a47d41","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/retweet"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"3bf4c35e-7106-4f19-847d-fc6d63537df6","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/retweet"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"0409e364-b7d3-4896-b7f4-833f9ef84899","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/retweet","description":"Retweet a tweet programmatically via API. $0.001 per call. GetXAPI retweet endpoint documentation with code examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"tweet_id\": \"2056622087981207573\", \"action\": \"retweeted\", \"retweet_id\": \"2056622099011223344\" }\n"}],"_postman_id":"9dacdbc7-4ace-4072-8167-9039fa3cdfc0"},{"name":"Bookmark Tweet","id":"c078dff3-bd9e-458e-b168-7c9418e46b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/bookmark","description":"<p>Bookmark a tweet programmatically via API. $0.001 per call. GetXAPI bookmark tweet endpoint documentation with code examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","bookmark"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"27e6ba64-5126-462b-85ac-a4a22bce8306","name":"Bookmark mutation processed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/bookmark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"tweetId\": \"<string>\",\n    \"bookmarked\": \"<boolean>\"\n  }\n}"},{"id":"0dcaeaa7-b555-4921-8710-5ee15b4a003b","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/bookmark"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"20372dff-4fd4-4605-b86b-e8de3fa8ad8e","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/bookmark"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"110bfb12-a2d1-4ade-a759-e633dbc0dad5","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/bookmark"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"58154ed7-48f2-4872-a50e-241f71b4a245","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/bookmark"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b2c830e9-8ce1-423d-aadb-beac93e35845","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/bookmark","description":"Bookmark a tweet programmatically via API. $0.001 per call. GetXAPI bookmark tweet endpoint documentation with code examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"tweet_id\": \"2056622087981207573\", \"action\": \"bookmarked\" }\n"}],"_postman_id":"c078dff3-bd9e-458e-b168-7c9418e46b2d"},{"name":"Unbookmark Tweet","id":"50d2200d-cd99-4c7e-a91d-474ecc953403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/unbookmark","description":"<p>Remove a tweet from your bookmarks programmatically via API. $0.001 per call. GetXAPI unbookmark tweet endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","tweet","unbookmark"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"86b110f3-5896-4913-8758-5cbf09cb4f06","name":"Unbookmark mutation processed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/unbookmark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"tweetId\": \"<string>\",\n    \"unbookmarked\": \"<boolean>\"\n  }\n}"},{"id":"ea1ddac0-6fa3-4e08-937c-f1ef02cc5f65","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/unbookmark"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"6af4030a-f8bd-40cf-8c7b-243063b7d483","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/unbookmark"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"37557f41-455d-4f54-b2a5-df2bfcb6d4f5","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/unbookmark"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"bbb2221a-b4e2-4060-aaf0-0777af36585b","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/tweet/unbookmark"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"31d9bc08-27ad-4586-9387-02502bc15bf5","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"tweet_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/tweet/unbookmark","description":"Remove a tweet from your bookmarks programmatically via API. $0.001 per call. GetXAPI unbookmark tweet endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"tweet_id\": \"2056622087981207573\", \"action\": \"unbookmarked\" }\n"}],"_postman_id":"50d2200d-cd99-4c7e-a91d-474ecc953403"}],"id":"09f90f29-c2e7-4ccd-adbd-120ea6ede567","description":"<h3 id=\"tweets\">Tweets</h3>\n<p>Read and write tweets — search, fetch details, replies, plus state-changing actions (create, like, retweet, bookmark).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>tweet/advanced_search</code></td>\n<td>GET</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/detail</code></td>\n<td>GET</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/replies</code></td>\n<td>GET</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/create</code></td>\n<td>POST</td>\n<td><strong>$0.002</strong></td>\n</tr>\n<tr>\n<td><code>tweet/favorite</code> (like)</td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/retweet</code></td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/bookmark</code></td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>tweet/unbookmark</code></td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Pagination:</strong> every list-returning endpoint (search, replies) is cursor-based — pass back <code>next_cursor</code> until <code>has_more</code> is <code>false</code>.</p>\n<p><strong>Auth note:</strong> write actions (<code>create</code>, <code>favorite</code>, <code>retweet</code>, <code>bookmark</code>, <code>unbookmark</code>) require an <code>auth_token</code> field in the JSON body — that's the Twitter session cookie of the account performing the action. Read actions only need your GetXAPI Bearer token.</p>\n<p><strong>Sample call</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  \"https://api.getxapi.com/twitter/tweet/advanced_search?q=from%3Aelonmusk&amp;product=Latest\"\n</code></pre>\n","_postman_id":"09f90f29-c2e7-4ccd-adbd-120ea6ede567","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"Users","item":[{"name":"Search Users","id":"6669db3a-4e81-44b5-8ac6-87b1fd1692cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/search?q=<string>&cursor=<string>","description":"<p>Search for Twitter/X users by keyword, username, or topic. $0.001 per call, ~20 users per call. GetXAPI user search endpoint with pagination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","search"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Search query (username, keyword, or topic).</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"979018d2-6fd5-4df1-9120-0b3e74b7792b","name":"Page of user search results.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/search?q=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"query\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"users\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"b8c0d2ec-aebf-4e7f-93fc-a793fbb1e11c","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/search?q=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"bbf03de2-e537-42ad-a083-b9999386c8ca","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/search?q=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"1bf4cd61-98bf-4d42-b852-fa371b7b316e","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/search?q=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"3114b9d8-ab4f-4830-a696-3e2d9365134d","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/search?q=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4302fef5-c35a-4478-b018-81f9fbd98e90","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/search?q=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","search"],"query":[{"description":"(Required) Search query (username, keyword, or topic).","key":"q","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Search for Twitter/X users by keyword, username, or topic. $0.001 per call, ~20 users per call. GetXAPI user search endpoint with pagination."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"query\": \"ai\",\n  \"user_count\": 20,\n  \"has_more\": true,\n  \"next_cursor\": \"DAAFCgABHIrx38___z8LAAIAAADwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUJRVkliUmtnWmV3QlJjMDh4VVRGbkFBR04ySnduV2FVQUFWOFByMUpsZWdBQUFBQUFBZmp2cjVGK2FvU0twYTBBQVpqNjF4NlJzQUFBQUFBQUFBMU5rd0FBQUFBQXRNRDNJQUFBQUFCR2JCUUFBQUFBQUJzQXFQRldEVVk0VFdJQUFBQUFBQUFnUlVlUTVjZ2JKUmxQQUFBQUFBQURJcjFtSVdDMmlQOTVVZ0FBMHRkdzNSRnRBQUdXaUhoWDlhb0FBWENFWmxiaFlnR1JPb0VucFNWWEFGCAADAAAAAgAA\",\n  \"users\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"189534066\",\n      \"userName\": \"jjaibot\",\n      \"name\": \"Julian Jewel's AI Bot\",\n      \"url\": \"https://x.com/jjaibot\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1661212539475353600/FRGP3c4G_400x400.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/189534066/1684898907\",\n      \"description\": \"Artificial Intelligence Bot+Human Physiology \\ud83d\\ude48\\ud83d\\ude49\\ud83d\\ude4a\\nProtecting Environment, Conserving Wildlife\\nCreator @julianjewel \\nMedia Production Company \\ud83e\\uddde\\u200d\\u2642\\ufe0f\\u2712\\ud83d\\udd0a\\ud83c\\udfbc\\ud83c\\udfb8\\ud83c\\udfac\",\n      \"location\": \"Julian, CA, USA\",\n      \"followers\": 2923682,\n      \"following\": 4,\n      \"tweets\": 499,\n      \"listed\": 5421,\n      \"createdAt\": \"Sat Sep 11 14:46:05 +0000 2010\",\n      \"canDm\": true\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"33838201\",\n      \"userName\": \"GoogleAI\",\n      \"name\": \"Google AI\",\n      \"url\": \"https://x.com/GoogleAI\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1924554705503715328/0-HDhohz_400x400.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/33838201/1778695098\",\n      \"description\": \"Making AI helpful for everyone. Show thinking \\u2193\",\n      \"location\": \"Mountain View, CA\",\n      \"followers\": 2409093,\n      \"following\": 30,\n      \"tweets\": 3255,\n      \"listed\": 28739,\n      \"createdAt\": \"Tue Apr 21 06:59:33 +0000 2009\",\n      \"canDm\": false\n    }\n  ]\n}\n"}],"_postman_id":"6669db3a-4e81-44b5-8ac6-87b1fd1692cc"},{"name":"User Info","id":"e5f43749-17c1-4635-99a8-3e79b5b7fb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/info?userName=<string>","description":"<p>Get Twitter user profiles, followers, verified status via API. $0.001 per call. GetXAPI user info endpoint documentation with examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","info"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"}],"variable":[]}},"response":[{"id":"7bd9c643-37f5-4b9e-9c02-f50b13115bc0","name":"User profile wrapped in a status envelope.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"name\": \"<string>\",\n    \"location\": \"<string,null>\",\n    \"url\": \"<string,null>\",\n    \"description\": \"<string,null>\",\n    \"protected\": \"<boolean>\",\n    \"isVerified\": \"<boolean>\",\n    \"isBlueVerified\": \"<boolean>\",\n    \"verifiedType\": \"<string,null>\",\n    \"followers\": \"<integer>\",\n    \"following\": \"<integer>\",\n    \"favouritesCount\": \"<integer>\",\n    \"statusesCount\": \"<integer>\",\n    \"mediaCount\": \"<integer>\",\n    \"createdAt\": \"<string>\",\n    \"coverPicture\": \"<string,null>\",\n    \"profilePicture\": \"<string,null>\",\n    \"canDm\": \"<boolean>\",\n    \"pinnedTweetIds\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"},{"id":"6857980a-4d16-4665-b990-4313db02cc33","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"512f4831-0292-4b26-8142-5429524667ed","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"97a6f419-43e2-4c95-abd0-f63bd115efec","name":"User not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c4f2c016-59c5-4851-bb25-b5b16ba832b3","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"37453f3e-3a20-4b74-a51e-a1b0c35885d2","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"484d0eba-c4ba-4c74-b5d3-d93ed50c9253","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/info?userName=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","info"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]},"description":"Get Twitter user profiles, followers, verified status via API. $0.001 per call. GetXAPI user info endpoint documentation with examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\"status\":\"success\",\"msg\":\"success\",\"data\":{\"id\":\"44196397\",\"name\":\"Elon Musk\",\"userName\":\"elonmusk\",\"location\":null,\"url\":null,\"description\":\"https://t.co/dDtDyVssfm\",\"protected\":false,\"isVerified\":false,\"isBlueVerified\":true,\"followers\":239966419,\"following\":1334,\"favouritesCount\":228409,\"statusesCount\":102787,\"mediaCount\":4497,\"createdAt\":\"2009-06-02T20:12:29.000000Z\",\"coverPicture\":\"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\"profilePicture\":\"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg\",\"canDm\":false,\"pinnedTweetIds\":[\"2056474896641782077\"]}}"}],"_postman_id":"e5f43749-17c1-4635-99a8-3e79b5b7fb60"},{"name":"User Info by ID","id":"80a7025c-7d2e-4caf-97a5-28e3a001c184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/info_by_id?userId=<string>","description":"<p>Look up Twitter user profiles by numeric ID via API. $0.001 per call. GetXAPI user info by ID endpoint with response examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","info_by_id"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Numeric Twitter user ID.</p>\n","type":"text/plain"},"key":"userId","value":"<string>"}],"variable":[]}},"response":[{"id":"15931135-f32e-4421-b4df-f38ef1965a8e","name":"User profile wrapped in a status envelope.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"name\": \"<string>\",\n    \"location\": \"<string,null>\",\n    \"url\": \"<string,null>\",\n    \"description\": \"<string,null>\",\n    \"protected\": \"<boolean>\",\n    \"isVerified\": \"<boolean>\",\n    \"isBlueVerified\": \"<boolean>\",\n    \"verifiedType\": \"<string,null>\",\n    \"followers\": \"<integer>\",\n    \"following\": \"<integer>\",\n    \"favouritesCount\": \"<integer>\",\n    \"statusesCount\": \"<integer>\",\n    \"mediaCount\": \"<integer>\",\n    \"createdAt\": \"<string>\",\n    \"coverPicture\": \"<string,null>\",\n    \"profilePicture\": \"<string,null>\",\n    \"canDm\": \"<boolean>\",\n    \"pinnedTweetIds\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"},{"id":"5bffd5dd-61d8-40cb-910a-f0719cf0cad2","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"5b224295-596a-48c5-bf72-29487a39fa3f","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d770dea4-8bbc-457e-86a2-7ba72199e1cf","name":"User not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f0a86f81-8d52-425e-a247-5eae7f1a03bc","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"bedafa22-8e71-485e-9fba-cb0214e950a3","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/info_by_id?userId=<string>","host":["{{baseUrl}}"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c42a12bd-6b23-4799-8dde-55d576a699e5","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/info_by_id?userId=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","info_by_id"],"query":[{"description":"(Required) Numeric Twitter user ID.","key":"userId","value":"<string>"}]},"description":"Look up Twitter user profiles by numeric ID via API. $0.001 per call. GetXAPI user info by ID endpoint with response examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"msg\": \"success\",\n  \"data\": {\n    \"id\": \"44196397\",\n    \"name\": \"Elon Musk\",\n    \"userName\": \"elonmusk\",\n    \"location\": null,\n    \"url\": null,\n    \"description\": \"https://t.co/dDtDyVssfm\",\n    \"protected\": false,\n    \"isVerified\": false,\n    \"isBlueVerified\": true,\n    \"followers\": 239967524,\n    \"following\": 1334,\n    \"favouritesCount\": 228409,\n    \"statusesCount\": 102787,\n    \"mediaCount\": 4497,\n    \"createdAt\": \"2009-06-02T20:12:29.000000Z\",\n    \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n    \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg\",\n    \"canDm\": false,\n    \"pinnedTweetIds\": [\n      \"2056474896641782077\"\n    ]\n  }\n}\n"}],"_postman_id":"80a7025c-7d2e-4caf-97a5-28e3a001c184"},{"name":"User About","id":"0911c865-08aa-4f94-9fe5-414eaca98650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/user_about?userName=<string>","description":"<p>Get Twitter account metadata including creation location and username history via API. $0.001 per call. GetXAPI user about endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","user_about"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"}],"variable":[]}},"response":[{"id":"d0332e48-9012-41f5-b220-f7bda25522f7","name":"Account metadata.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"name\": \"<string>\",\n    \"profilePicture\": \"<string,null>\",\n    \"createdAt\": \"<string>\",\n    \"isVerified\": \"<boolean>\",\n    \"isBlueVerified\": \"<boolean>\",\n    \"isIdentityVerified\": \"<boolean>\",\n    \"verifiedSince\": \"<string,null>\",\n    \"accountBasedIn\": \"<string,null>\",\n    \"createdVia\": \"<string,null>\",\n    \"usernameChanges\": {\n      \"count\": \"<integer>\",\n      \"lastChangedAt\": \"<string,null>\"\n    }\n  }\n}"},{"id":"53abd2a6-77b1-480c-ab83-290e65851625","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"32c8c71d-5796-437d-a460-afebb853c579","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"45abc6d4-824d-440a-bec6-ea8e4f872282","name":"User not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"85d4b4dd-0aa4-4fd9-a277-84d4a81c82b1","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"f27e35f3-ee4e-415a-bd14-a221e892bffb","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/user_about?userName=<string>","host":["{{baseUrl}}"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d875821b-8113-4a8c-9f81-ca5aa8754f68","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/user_about?userName=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","user_about"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"}]},"description":"Get Twitter account metadata including creation location and username history via API. $0.001 per call. GetXAPI user about endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"msg\": \"success\",\n  \"data\": {\n    \"id\": \"44196397\",\n    \"userName\": \"elonmusk\",\n    \"name\": \"Elon Musk\",\n    \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg\",\n    \"createdAt\": \"2009-06-02T20:12:29.000000Z\",\n    \"isVerified\": false,\n    \"isBlueVerified\": true,\n    \"isIdentityVerified\": false,\n    \"verifiedSince\": \"-003000-01-24T12:26:40.000Z\",\n    \"accountBasedIn\": \"United States\",\n    \"createdVia\": \"United States App Store\",\n    \"usernameChanges\": {\n      \"count\": 0,\n      \"lastChangedAt\": null\n    }\n  }\n}\n"}],"_postman_id":"0911c865-08aa-4f94-9fe5-414eaca98650"},{"name":"User Followers","id":"9b3cc0a7-dab0-4acd-8f87-ad3cb66b06ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/followers?userName=<string>&cursor=<string>","description":"<p>Get a Twitter user's followers list with profile details via API. $0.001 per call, ~20 users per call. GetXAPI followers endpoint docs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","followers"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"648037e1-89ca-4392-9ce1-9a49baa4c068","name":"Page of followers.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"0662174c-7dbe-49d3-8e2c-7ea0dea2dbc5","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"8fbd4040-3235-46d5-baf8-4004f32e4cdc","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"6b5c8679-73aa-4205-8f9a-d3f6507fe3a7","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"9443a909-5883-45af-9e51-19b55c004687","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"e264bb7f-8816-49be-9036-c41d02ae4af3","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"ff0e65c9-134a-43db-b195-44c25914b72a","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/followers?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get a Twitter user's followers list with profile details via API. $0.001 per call, ~20 users per call. GetXAPI followers endpoint docs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 200,\n  \"has_more\": true,\n  \"next_cursor\": \"1865620703447753741\",\n  \"followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"2056717503246499840\",\n      \"userName\": \"neetgirlcoin\",\n      \"name\": \"The Neet Girl\",\n      \"url\": \"https://x.com/neetgirlcoin\",\n      \"isVerified\": false,\n      \"isBlueVerified\": false,\n      \"profilePicture\": \"https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png\",\n      \"coverPicture\": null,\n      \"description\": \"\",\n      \"location\": \"\",\n      \"followers\": 0,\n      \"following\": 1,\n      \"tweets\": 0,\n      \"listed\": 0,\n      \"createdAt\": \"Tue May 19 12:44:05 +0000 2026\",\n      \"canDm\": false\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"218069075\",\n      \"userName\": \"ADELJTADROS\",\n      \"name\": \"ADEL J. TADROS\",\n      \"url\": \"https://x.com/ADELJTADROS\",\n      \"isVerified\": false,\n      \"isBlueVerified\": false,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1202861513721155584/NWuB2Pt-_400x400.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/218069075/1461483700\",\n      \"description\": \"Interior Architect Consultant. Managing Director of Space Design Lebanon's. adeljtadros@gmail.com +961 3 223 111\",\n      \"location\": \"Ras_Beirut-Sidani-Farah-Blg.  \",\n      \"followers\": 15,\n      \"following\": 144,\n      \"tweets\": 89,\n      \"listed\": 0,\n      \"createdAt\": \"Sun Nov 21 09:58:30 +0000 2010\",\n      \"canDm\": false\n    }\n  ]\n}"}],"_postman_id":"9b3cc0a7-dab0-4acd-8f87-ad3cb66b06ce"},{"name":"User Following","id":"e974c882-7f8d-401b-ae39-665238eb47b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/following?userName=<string>&cursor=<string>","description":"<p>Get accounts a Twitter user is following via API. $0.001 per call, ~20 users per call. GetXAPI following endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","following"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"43538374-4e6a-44f8-a56c-9e05691ccb82","name":"Page of following.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"following\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"31589250-e105-4706-8f79-c829d79a4cc2","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"50444684-653b-435a-8feb-86c72a421199","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"0406b753-0335-4f61-bf9f-c80b79c40227","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"69134d72-3ab5-4ca8-91af-89cc8fa23de2","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"061dcdb3-dba9-4c2e-87d6-0c2c5c265d57","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4b192feb-8398-49f4-9fb6-479409301208","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/following?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","following"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get accounts a Twitter user is following via API. $0.001 per call, ~20 users per call. GetXAPI following endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 200,\n  \"has_more\": true,\n  \"next_cursor\": \"1837910963293424363\",\n  \"following\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"2330593107\",\n      \"userName\": \"sualehasif996\",\n      \"name\": \"Sualeh Asif\",\n      \"url\": \"https://x.com/sualehasif996\",\n      \"isVerified\": false,\n      \"isBlueVerified\": false,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1635742486642524186/QcGtI8dl_400x400.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/2330593107/1580456070\",\n      \"description\": \"@cursor_ai founder | https://t.co/34IVirk3Lc\",\n      \"location\": \"SF\",\n      \"followers\": 17713,\n      \"following\": 1609,\n      \"tweets\": 931,\n      \"listed\": 204,\n      \"createdAt\": \"Fri Feb 07 18:44:35 +0000 2014\",\n      \"canDm\": false\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"1870688634594312192\",\n      \"userName\": \"AustinJustice\",\n      \"name\": \"Austin Justice\",\n      \"url\": \"https://x.com/AustinJustice\",\n      \"isVerified\": false,\n      \"isBlueVerified\": false,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1871477258373693440/ueqQ1NKo_400x400.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1870688634594312192/1753850623\",\n      \"description\": \"Covering crime, courts, and policy in Austin. The local lens that explains national patterns. DMs open.\",\n      \"location\": \"Austin, TX\",\n      \"followers\": 15198,\n      \"following\": 879,\n      \"tweets\": 3668,\n      \"listed\": 79,\n      \"createdAt\": \"Sun Dec 22 04:32:12 +0000 2024\",\n      \"canDm\": false\n    }\n  ]\n}\n"}],"_postman_id":"e974c882-7f8d-401b-ae39-665238eb47b3"},{"name":"User Followers v2","id":"fdd16477-60b9-42bf-9e79-73446f8d6cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/followers_v2?userName=<string>&cursor=<string>","description":"<p>Get a Twitter user's followers list with ~70 results per page and canDm field. $0.001 per call. GetXAPI followers v2 endpoint docs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","followers_v2"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"3777d6f7-c725-4b1e-8b9d-b3e6a602c47d","name":"Page of followers with accurate canDm.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"edadb965-3b6c-4309-b8d9-c4985347b4df","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4a22ed32-d878-447c-b31f-aa42ce2b83c6","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"2b38678f-7cf7-485a-9c39-73a219403b4b","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"65da0fd7-e0ec-413e-b29c-6de389fe50fa","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"2030e2b7-143b-4d03-a083-7665f7284511","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b2d67632-f13c-428f-a30b-130b037b2a62","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/followers_v2?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","followers_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get a Twitter user's followers list with ~70 results per page and canDm field. $0.001 per call. GetXAPI followers v2 endpoint docs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 70,\n  \"has_more\": true,\n  \"next_cursor\": \"1865621716227029453|2056721299681574840\",\n  \"followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"95092020\",\n      \"userName\": \"jordanbpeterson\",\n      \"name\": \"Dr Jordan B Peterson\",\n      \"url\": \"https://x.com/jordanbpeterson\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1407056014776614923/TKBC60e1_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/95092020/1768079001\",\n      \"description\": \"Best-Selling Author | Clinical Psychologist | #1 Education Podcast | Co-founder of @petersonacademy | Order my new book \\\"We Who Wrestle With God\\\" here:\",\n      \"location\": \"\",\n      \"followers\": 6181655,\n      \"following\": 1653,\n      \"tweets\": 51533,\n      \"listed\": 14768,\n      \"createdAt\": \"Sun Dec 06 23:33:02 +0000 2009\",\n      \"canDm\": true\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"39344374\",\n      \"userName\": \"DonaldJTrumpJr\",\n      \"name\": \"Donald Trump Jr.\",\n      \"url\": \"https://x.com/DonaldJTrumpJr\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/766652495858896897/LjrJJB9a_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/39344374/1674355501\",\n      \"description\": \"Co-Founder @worldlibertyfi\",\n      \"location\": \"Florida, USA\",\n      \"followers\": 16261056,\n      \"following\": 2329,\n      \"tweets\": 52302,\n      \"listed\": 25622,\n      \"createdAt\": \"Mon May 11 21:18:33 +0000 2009\",\n      \"canDm\": false\n    }\n  ]\n}\n"}],"_postman_id":"fdd16477-60b9-42bf-9e79-73446f8d6cb4"},{"name":"User Following v2","id":"6a0f8229-b4b3-4323-9537-47f9ab1560c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/following_v2?userName=<string>&cursor=<string>","description":"<p>Get accounts a Twitter user is following with ~70 results per page and canDm field. $0.001 per call. GetXAPI following v2 endpoint docs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","following_v2"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"11981993-aa98-47ef-9863-69232434d24b","name":"Page of following with accurate canDm.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"following\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"594461f9-1275-477f-9b76-6a7cf6541228","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"59a850c0-05db-4ce6-927d-b0d54d4517d5","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"e9115025-5da1-401b-8d51-2e9915993ecc","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"01b1082d-89f5-4a89-bc81-cd19dfed7fe4","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"7e08f9b1-e25e-4bf3-a10e-98d2f5f36fdb","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"173254ec-c3a3-4fca-aedf-a3d8a1276bcf","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/following_v2?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","following_v2"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get accounts a Twitter user is following with ~70 results per page and canDm field. $0.001 per call. GetXAPI following v2 endpoint docs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 70,\n  \"has_more\": true,\n  \"next_cursor\": \"1858708404744580237|2056721312667140024\",\n  \"following\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"95092020\",\n      \"userName\": \"jordanbpeterson\",\n      \"name\": \"Dr Jordan B Peterson\",\n      \"url\": \"https://x.com/jordanbpeterson\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/1407056014776614923/TKBC60e1_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/95092020/1768079001\",\n      \"description\": \"Best-Selling Author | Clinical Psychologist | #1 Education Podcast | Co-founder of @petersonacademy | Order my new book \\\"We Who Wrestle With God\\\" here:\",\n      \"location\": \"\",\n      \"followers\": 6181663,\n      \"following\": 1653,\n      \"tweets\": 51533,\n      \"listed\": 14768,\n      \"createdAt\": \"Sun Dec 06 23:33:02 +0000 2009\",\n      \"canDm\": true\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"39344374\",\n      \"userName\": \"DonaldJTrumpJr\",\n      \"name\": \"Donald Trump Jr.\",\n      \"url\": \"https://x.com/DonaldJTrumpJr\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/766652495858896897/LjrJJB9a_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/39344374/1674355501\",\n      \"description\": \"Co-Founder @worldlibertyfi\",\n      \"location\": \"Florida, USA\",\n      \"followers\": 16261057,\n      \"following\": 2329,\n      \"tweets\": 52302,\n      \"listed\": 25622,\n      \"createdAt\": \"Mon May 11 21:18:33 +0000 2009\",\n      \"canDm\": false\n    }\n  ]\n}\n"}],"_postman_id":"6a0f8229-b4b3-4323-9537-47f9ab1560c2"},{"name":"Verified Followers","id":"23aabc7e-9eb6-4576-a39f-05ea5b14c728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/verified_followers?userName=<string>&cursor=<string>","description":"<p>Get a user's verified (blue check) followers via API. $0.001 per call, ~20 users per call. GetXAPI verified followers endpoint docs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","verified_followers"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"61e8dffb-632d-435f-86b2-283cb323601a","name":"Page of verified followers.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"verified_followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"af3bcf9a-6637-42d5-b2de-f6f1f72e5a54","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"137c0df4-6da2-4d47-b84e-5b73102630e7","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"932acbc5-252b-4704-8da0-f31686802127","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"cd76ff6f-02d6-4775-ac22-60891fc402c4","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"20c62beb-7a57-4658-8b66-c2792b8b23c6","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d7f271ce-c539-453f-9975-37df3fe4993c","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/verified_followers?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","verified_followers"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get a user's verified (blue check) followers via API. $0.001 per call, ~20 users per call. GetXAPI verified followers endpoint docs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 20,\n  \"has_more\": true,\n  \"next_cursor\": \"1865621486434378520|2056721325245857770\",\n  \"verified_followers\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"1940054054312513536\",\n      \"userName\": \"NeverGiveup4003\",\n      \"name\": \"Fuss\",\n      \"url\": \"https://x.com/NeverGiveup4003\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/2045065240065507328/qfuLqQvX_normal.jpg\",\n      \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1940054054312513536/1778159470\",\n      \"description\": \"Motivation,Knowledge,Discipline,Focus,Mind Power,Research,Thinkful,Positive\\n\\nCreate Something Today Even If It Sucks.\",\n      \"location\": \"\",\n      \"followers\": 29,\n      \"following\": 162,\n      \"tweets\": 206,\n      \"listed\": 0,\n      \"createdAt\": \"Tue Jul 01 14:25:50 +0000 2025\",\n      \"canDm\": false\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"2031092123047702532\",\n      \"userName\": \"sub98458\",\n      \"name\": \"To the moon\",\n      \"url\": \"https://x.com/sub98458\",\n      \"isVerified\": false,\n      \"isBlueVerified\": true,\n      \"profilePicture\": \"https://pbs.twimg.com/profile_images/2031788595644694528/buZOyMJU_normal.jpg\",\n      \"coverPicture\": null,\n      \"description\": \"Trade crypto since 2024 may. Considering to trade stocks also\",\n      \"location\": \"Vilnius, Lithuania\",\n      \"followers\": 12,\n      \"following\": 34,\n      \"tweets\": 118,\n      \"listed\": 0,\n      \"createdAt\": \"Mon Mar 09 19:38:04 +0000 2026\",\n      \"canDm\": false\n    }\n  ]\n}\n"}],"_postman_id":"23aabc7e-9eb6-4576-a39f-05ea5b14c728"},{"name":"User Media","id":"4232bb9c-03cc-47ba-94b0-9424b339c4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/media?userName=<string>&cursor=<string>","description":"<p>Fetch tweets containing images and videos from a Twitter user via API. $0.001 per call, ~20 results per call. GetXAPI user media endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","media"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"66b46d5c-fe09-4433-a0a6-73a8bb4a7413","name":"Page of media tweets.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"media\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"f26f9722-c578-4b9c-9a16-5016d736132d","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f1a8fd71-0863-4efa-a29e-47254dc53ac5","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"47ff20b4-b09b-4e79-ac2f-8399bb46b306","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4365879d-7c5c-4401-beaa-035749c9a2ab","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"61f286fb-7068-4f17-95ea-f9db5cf23c7f","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/media?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"1d0f926b-02ef-4e8b-804d-f45bc1bb9d74","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/media?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","media"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Fetch tweets containing images and videos from a Twitter user via API. $0.001 per call, ~20 results per call. GetXAPI user media endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"userId\": \"44196397\",\n  \"tweet_count\": 0,\n  \"has_more\": false,\n  \"next_cursor\": \"DAABCgABHIrxJ2G___4IAAMAAAACAAA\",\n  \"media\": []\n}\n"}],"_postman_id":"4232bb9c-03cc-47ba-94b0-9424b339c4c7"},{"name":"User Tweets","id":"75277eb9-e19c-4795-9822-bc8658b19960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","description":"<p>Fetch all tweets posted by a Twitter user via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. GetXAPI user tweets endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","tweets"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>Screen name (without @). Required if <code>userId</code> is not provided.</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Numeric Twitter user ID. Required if <code>userName</code> is not provided. Faster than <code>userName</code>.</p>\n","type":"text/plain"},"key":"userId","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"950ab52b-6d5d-46f1-b3b6-6db92cd3a9bc","name":"Page of the user's tweets with entities.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"34c39247-4241-421c-b110-0d177f4050c2","name":"Missing required query params.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c581189a-2ae3-4180-aac2-72852e14b26f","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d21d5a08-4cdd-475b-b306-3b94c0de9d4b","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"caf636b5-b424-4636-b30d-2cf3a33e14ed","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"184bd525-bec9-4c65-8dc3-f45d69f38e78","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"58e3d717-4728-43f5-9365-ab061864e376","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/tweets?userName=<string>&userId=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","tweets"],"query":[{"description":"Screen name (without @). Required if `userId` is not provided.","key":"userName","value":"<string>"},{"description":"Numeric Twitter user ID. Required if `userName` is not provided. Faster than `userName`.","key":"userId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Fetch all tweets posted by a Twitter user via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. GetXAPI user tweets endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"userId\": \"44196397\",\n  \"tweet_count\": 19,\n  \"has_more\": true,\n  \"next_cursor\": \"DAAHCgABHIrtw3g__-sLAAIAAAATMjA1NjQwODM5MTg4NzU0NDM0MQgAAwAAAAIAAA\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056569290501791783\",\n      \"url\": \"https://x.com/elonmusk/status/2056569290501791783\",\n      \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056569290501791783\",\n      \"text\": \"RT @cremieuxrecueil: Last year, China added as much energy to its grid as Germany has in total. https://t.co/oJYX6dp9Os\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 1063,\n      \"replyCount\": 0,\n      \"likeCount\": 0,\n      \"quoteCount\": 0,\n      \"viewCount\": 1893,\n      \"createdAt\": \"Tue May 19 02:55:02 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 0,\n      \"isReply\": false,\n      \"inReplyToId\": null,\n      \"conversationId\": \"2056569290501791783\",\n      \"media\": [\n        {\n          \"type\": \"photo\",\n          \"url\": \"https://pbs.twimg.com/media/HIo1ff0a8AA1uWh.jpg\",\n          \"expanded_url\": \"https://x.com/cremieuxrecueil/status/2056515000823640289/photo/1\",\n          \"video_url\": null\n        }\n      ],\n      \"entities\": {\n        \"hashtags\": [],\n        \"symbols\": [],\n        \"timestamps\": [],\n        \"urls\": [],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"1637507099558027267\",\n            \"indices\": [\n              3,\n              19\n            ],\n            \"name\": \"Cr\\u00e9mieux\",\n            \"screen_name\": \"cremieuxrecueil\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"elonmusk\",\n        \"url\": \"https://x.com/elonmusk\",\n        \"id\": \"44196397\",\n        \"name\": \"Elon Musk\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"location\": \"\",\n        \"followers\": 239966442,\n        \"following\": 1334,\n        \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": {\n        \"id\": \"2056515000823640289\",\n        \"url\": \"https://x.com/cremieuxrecueil/status/2056515000823640289\",\n        \"text\": \"Last year, China added as much energy to its grid as Germany has in total. https://t.co/oJYX6dp9Os\",\n        \"createdAt\": \"Mon May 18 23:19:19 +0000 2026\",\n        \"retweetCount\": 1063,\n        \"replyCount\": 551,\n        \"likeCount\": 5017,\n        \"quoteCount\": 52,\n        \"viewCount\": 760285,\n        \"lang\": \"en\",\n        \"media\": [\n          {\n            \"type\": \"photo\",\n            \"url\": \"https://pbs.twimg.com/media/HIo1ff0a8AA1uWh.jpg\",\n            \"expanded_url\": \"https://x.com/cremieuxrecueil/status/2056515000823640289/photo/1\",\n            \"video_url\": null\n          }\n        ],\n        \"author\": {\n          \"type\": \"user\",\n          \"id\": \"1637507099558027267\",\n          \"userName\": \"cremieuxrecueil\",\n          \"url\": \"https://x.com/cremieuxrecueil\",\n          \"name\": \"Cr\\u00e9mieux\",\n          \"isVerified\": false,\n          \"isBlueVerified\": true,\n          \"profilePicture\": \"https://pbs.twimg.com/profile_images/1637507712983375875/EQHiqVq8_normal.jpg\",\n          \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1637507099558027267/1679247968\",\n          \"description\": \"I write about genetics, 'metrics, and demographics.\\n\\nRead my long-form writing at https://t.co/8hgA4nNS2A.\",\n          \"location\": \"Earth\",\n          \"followers\": 306701,\n          \"following\": 2009,\n          \"createdAt\": \"Sun Mar 19 17:31:37 +0000 2023\",\n          \"canDm\": false\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056556470989111579\",\n      \"url\": \"https://x.com/elonmusk/status/2056556470989111579\",\n      \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056556470989111579\",\n      \"text\": \"RT @OpenRouter: 3 new models from @xai's Grok creative stack are live on OpenRouter:\\n\\n\\u2022 Grok Imagine Image Quality: photoreal image generat\\u2026\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 634,\n      \"replyCount\": 0,\n      \"likeCount\": 0,\n      \"quoteCount\": 0,\n      \"viewCount\": 803,\n      \"createdAt\": \"Tue May 19 02:04:06 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 0,\n      \"isReply\": false,\n      \"inReplyToId\": null,\n      \"conversationId\": \"2056556470989111579\",\n      \"media\": [],\n      \"entities\": {\n        \"hashtags\": [],\n        \"symbols\": [],\n        \"timestamps\": [],\n        \"urls\": [],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"1681349314797240320\",\n            \"indices\": [\n              3,\n              14\n            ],\n            \"name\": \"OpenRouter\",\n            \"screen_name\": \"OpenRouter\"\n          },\n          {\n            \"id_str\": \"1661523610111193088\",\n            \"indices\": [\n              34,\n              38\n            ],\n            \"name\": \"xAI\",\n            \"screen_name\": \"xai\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"elonmusk\",\n        \"url\": \"https://x.com/elonmusk\",\n        \"id\": \"44196397\",\n        \"name\": \"Elon Musk\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"location\": \"\",\n        \"followers\": 239966442,\n        \"following\": 1334,\n        \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": {\n        \"id\": \"2056448867982606754\",\n        \"url\": \"https://x.com/OpenRouter/status/2056448867982606754\",\n        \"text\": \"3 new models from @xai's Grok creative stack are live on OpenRouter:\\n\\n\\u2022 Grok Imagine Image Quality: photoreal image generation and editing\\n\\u2022 Grok Imagine Video: short clips from text, image, or reference\\n\\u2022 Grok Voice TTS 1.0: 5 voices across 20+ languages\\n\\nMore on each below \\ud83e\\uddf5\",\n        \"createdAt\": \"Mon May 18 18:56:31 +0000 2026\",\n        \"retweetCount\": 634,\n        \"replyCount\": 273,\n        \"likeCount\": 2512,\n        \"quoteCount\": 13,\n        \"viewCount\": 650048,\n        \"lang\": \"en\",\n        \"media\": [\n          {\n            \"type\": \"photo\",\n            \"url\": \"https://pbs.twimg.com/media/HIn5WQWbgAADZ0m.jpg\",\n            \"expanded_url\": \"https://x.com/OpenRouter/status/2056448867982606754/photo/1\",\n            \"video_url\": null\n          }\n        ],\n        \"author\": {\n          \"type\": \"user\",\n          \"id\": \"1681349314797240320\",\n          \"userName\": \"OpenRouter\",\n          \"url\": \"https://x.com/OpenRouter\",\n          \"name\": \"OpenRouter\",\n          \"isVerified\": false,\n          \"isBlueVerified\": true,\n          \"profilePicture\": \"https://pbs.twimg.com/profile_images/1682268668321726464/NEb6_n7n_normal.jpg\",\n          \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1681349314797240320/1729645714\",\n          \"description\": \"Discover and use the latest LLMs. 500+ models (incl. 50+ free), explorable data, private chat, & a unified API. https://t.co/qJG5mKrigL\",\n          \"location\": \"\",\n          \"followers\": 98106,\n          \"following\": 373,\n          \"createdAt\": \"Tue Jul 18 17:06:39 +0000 2023\",\n          \"canDm\": true\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"75277eb9-e19c-4795-9822-bc8658b19960"},{"name":"User Tweets and Replies","id":"1034fce2-96eb-4de3-859a-fa775feda8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","description":"<p>Fetch tweets and replies posted by a Twitter user via API. $0.001 per call, ~20 results per call. GetXAPI tweets and replies endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","tweets_and_replies"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @).</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"de9ce576-c063-4311-aedc-0edd7647eb7a","name":"Page of the user's posts and replies.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"55319ba0-21b6-4407-bca1-2f9b47a78247","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"e4361f7d-3bcd-4484-b913-f78b99a9ae51","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"66fa429c-5b25-4e25-bdd4-d6e5261361f5","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"dc09e40d-e5c2-4b5d-ac23-fe88b3fd0994","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"d9b5f778-68fa-4eff-8eb9-60f4427b39b2","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"ba55f413-b68b-4263-9983-61533acc58ac","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/tweets_and_replies?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","tweets_and_replies"],"query":[{"description":"(Required) Screen name (without @).","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Fetch tweets and replies posted by a Twitter user via API. $0.001 per call, ~20 results per call. GetXAPI tweets and replies endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"userId\": \"44196397\",\n  \"tweet_count\": 25,\n  \"has_more\": true,\n  \"next_cursor\": \"DAAHCgABHIrxKRI__-sLAAIAAAATMjA1NjQ3NDg5NjY0MTc4MjA3NwgAAwAAAAIAAA\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056463618095386631\",\n      \"url\": \"https://x.com/johannesmkx/status/2056463618095386631\",\n      \"twitterUrl\": \"https://twitter.com/johannesmkx/status/2056463618095386631\",\n      \"text\": \"To end the anti-immigration protests, Dutch police have received orders to start threatening mothers that their children will be taken away.\\n\\nI messaged one such mother yesterday (the one in the video below). Her husband was arrested and detained for 2 hours just for being present at a protest. She is terrified and won't be protesting again.\\n\\nDutch media wrote about these 'family outings' last week. The presence of women and children apparently threatens to normalize 'the far right'. \\n\\nBut it's the government that is radicalizing. The mayor of one town suggested to bring in the Dutch military to take over from the police. Police forces don't like it that the public have started to truly hate them.\",\n      \"source\": \"Twitter for Android\",\n      \"retweetCount\": 8685,\n      \"replyCount\": 895,\n      \"likeCount\": 25423,\n      \"quoteCount\": 474,\n      \"viewCount\": 609054,\n      \"createdAt\": \"Mon May 18 19:55:08 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 2014,\n      \"isReply\": false,\n      \"inReplyToId\": null,\n      \"conversationId\": \"2056463618095386631\",\n      \"media\": [\n        {\n          \"type\": \"video\",\n          \"url\": \"https://pbs.twimg.com/amplify_video_thumb/2056463494740852736/img/tqa6T0ZhTw2S7OXu.jpg\",\n          \"expanded_url\": \"https://x.com/johannesmkx/status/2056463618095386631/video/1\",\n          \"video_url\": \"https://video.twimg.com/amplify_video/2056463494740852736/vid/avc1/1280x720/AsanzgAAUFBILOE3.mp4?tag=27\"\n        }\n      ],\n      \"entities\": {\n        \"hashtags\": [],\n        \"symbols\": [],\n        \"timestamps\": [],\n        \"urls\": [],\n        \"user_mentions\": []\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"johannesmkx\",\n        \"url\": \"https://x.com/johannesmkx\",\n        \"id\": \"1548273016143982594\",\n        \"name\": \"Johannes M. Koenraadt\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2012146896442101760/Vsl9xdxk_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/1548273016143982594/1694120294\",\n        \"description\": \"Metaphysician, geopolitical commentator, author of Revival of the West. Persecuted by the Dutch government.\\nhttps://t.co/opclke0Xmr / https://t.co/hAZKO8G3wv\",\n        \"location\": \"Europe\",\n        \"followers\": 31919,\n        \"following\": 1006,\n        \"createdAt\": \"Sat Jul 16 11:47:21 +0000 2022\",\n        \"canDm\": true\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056622087981207573\",\n      \"url\": \"https://x.com/elonmusk/status/2056622087981207573\",\n      \"twitterUrl\": \"https://twitter.com/elonmusk/status/2056622087981207573\",\n      \"text\": \"@johannesmkx Crazy\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 298,\n      \"replyCount\": 373,\n      \"likeCount\": 5274,\n      \"quoteCount\": 12,\n      \"viewCount\": 110116,\n      \"createdAt\": \"Tue May 19 06:24:50 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 44,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056463618095386631\",\n      \"conversationId\": \"2056463618095386631\",\n      \"media\": [],\n      \"entities\": {\n        \"hashtags\": [],\n        \"symbols\": [],\n        \"timestamps\": [],\n        \"urls\": [],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"1548273016143982594\",\n            \"indices\": [\n              0,\n              12\n            ],\n            \"name\": \"Johannes M. Koenraadt\",\n            \"screen_name\": \"johannesmkx\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"elonmusk\",\n        \"url\": \"https://x.com/elonmusk\",\n        \"id\": \"44196397\",\n        \"name\": \"Elon Musk\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/44196397/1774145451\",\n        \"description\": \"https://t.co/dDtDyVssfm\",\n        \"location\": \"\",\n        \"followers\": 239967551,\n        \"following\": 1334,\n        \"createdAt\": \"Tue Jun 02 20:12:29 +0000 2009\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    }\n  ]\n}\n"}],"_postman_id":"1034fce2-96eb-4de3-859a-fa775feda8e7"},{"name":"User Mentions","id":"e2bd2718-2e0c-4e4a-b1b8-efb8808d67bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/mentions?userName=<string>&cursor=<string>","description":"<p>Fetch recent tweets that mention a Twitter user via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 mentions. GetXAPI user mentions endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","mentions"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name (without @) — fetches tweets that mention this user.</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"e7bb4926-4446-4e60-88fd-75d66f0999bb","name":"Page of recent mentions of the user, with the same tweet shape as /twitter/user/tweets.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/mentions?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"has_more\": \"<boolean>\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ],\n  \"next_cursor\": \"<string,null>\"\n}"},{"id":"784f893b-e821-43d0-bba6-54f45d95da36","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/mentions?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b1d86701-2248-45b6-9c5a-bf95007cfcce","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/mentions?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"52ad8478-3112-40d9-904a-c79aa2f3b864","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/mentions?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"75c9afb9-b160-40f3-b5ab-508f38ff062b","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/mentions?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"9b4145d1-f440-4c41-9c24-8378be42dbc5","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/mentions?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","mentions"],"query":[{"description":"(Required) Screen name (without @) — fetches tweets that mention this user.","key":"userName","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Fetch recent tweets that mention a Twitter user via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 mentions. GetXAPI user mentions endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"tweet_count\": 20,\n  \"has_more\": true,\n  \"next_cursor\": \"DAADDAABCgABHIrxKcKXgKUKAAIcivEThVoBwQAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUcivEsiwAnEAoABhyK8SyK_9jwAAA\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056721341508714661\",\n      \"url\": \"https://x.com/RichClarkFHRS/status/2056721341508714661\",\n      \"twitterUrl\": \"https://twitter.com/RichClarkFHRS/status/2056721341508714661\",\n      \"text\": \"@Emily_660 @elonmusk Can we please do something about the male exploitation on this platform?\\ud83d\\ude02\",\n      \"source\": \"Twitter for iPhone\",\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"likeCount\": 0,\n      \"quoteCount\": 0,\n      \"viewCount\": 0,\n      \"createdAt\": \"Tue May 19 12:59:14 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 0,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056665108265451722\",\n      \"conversationId\": \"2056665108265451722\",\n      \"media\": [],\n      \"inReplyToUserId\": \"2013533203970289664\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"RichClarkFHRS\",\n        \"url\": \"https://x.com/RichClarkFHRS\",\n        \"id\": \"928681788872028162\",\n        \"name\": \"Richard Clark\",\n        \"isVerified\": false,\n        \"isBlueVerified\": true,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/928685504966651904/CAYhUBZk_normal.jpg\",\n        \"coverPicture\": \"https://pbs.twimg.com/profile_banners/928681788872028162/1766793300\",\n        \"description\": \"Senior Manager; Marketing, Education, & Technical Services - North America at @MicroPortCRMUSA; 30+ yrs in CRM & EP; @USArmy Vet; @Gustavus Class of 1990;\",\n        \"location\": \"Fort Worth, TX\",\n        \"followers\": 683,\n        \"following\": 756,\n        \"createdAt\": \"Thu Nov 09 17:52:47 +0000 2017\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"2056721317068497239\",\n      \"url\": \"https://x.com/blackassneb/status/2056721317068497239\",\n      \"twitterUrl\": \"https://twitter.com/blackassneb/status/2056721317068497239\",\n      \"text\": \"@elonmusk Stop lying you South African piece of shit.\",\n      \"source\": \"Twitter for Android\",\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"likeCount\": 0,\n      \"quoteCount\": 0,\n      \"viewCount\": 0,\n      \"createdAt\": \"Tue May 19 12:59:08 +0000 2026\",\n      \"lang\": \"en\",\n      \"bookmarkCount\": 0,\n      \"isReply\": true,\n      \"inReplyToId\": \"2056177372408201247\",\n      \"conversationId\": \"2056177372408201247\",\n      \"media\": [],\n      \"inReplyToUserId\": \"44196397\",\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"blackassneb\",\n        \"url\": \"https://x.com/blackassneb\",\n        \"id\": \"1872730042452652032\",\n        \"name\": \"Neb Ahaa Talah\",\n        \"isVerified\": false,\n        \"isBlueVerified\": false,\n        \"profilePicture\": \"https://pbs.twimg.com/profile_images/1872730143862734850/Cvl2OTzC_normal.png\",\n        \"coverPicture\": null,\n        \"description\": \"\",\n        \"location\": \"\",\n        \"followers\": 55,\n        \"following\": 74,\n        \"createdAt\": \"Fri Dec 27 19:43:54 +0000 2024\",\n        \"canDm\": false\n      },\n      \"quoted_tweet\": null,\n      \"retweeted_tweet\": null\n    }\n  ]\n}\n"}],"_postman_id":"e2bd2718-2e0c-4e4a-b1b8-efb8808d67bd"},{"name":"User Likes","id":"3edb06a4-d71e-4261-8f29-d55a24aa2a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/likes","description":"<p>Fetch a Twitter user's liked tweets via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. GetXAPI user likes endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","likes"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"1a65a6b1-63fc-41e0-973e-b93f4d56173a","name":"Page of liked tweets.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/likes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"likes\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"97fcd770-564b-4e2a-b055-7a2b6053ace5","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/likes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"e092780e-c503-4243-900e-48f117240de4","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/likes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c9eabf74-c2f1-426f-a863-b1bf493f5277","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/likes"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"1bda5e0f-b322-4840-a593-9af735161a79","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/likes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"aa04e395-118e-4c40-b643-0326917b898d","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/likes","description":"Fetch a Twitter user's liked tweets via API. $0.001 per call, ~20 tweets per call — just $0.05 per 1,000 tweets. GetXAPI user likes endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"tweets\": [\n    {\n      \"id\": \"1755672110001483989\",\n      \"text\": \"Tweet that the user liked.\",\n      \"author\": { \"userName\": \"vercel\", \"id\": \"1234\", \"name\": \"Vercel\" },\n      \"createdAt\": \"Mon Feb 12 09:11:23 +0000 2026\",\n      \"likeCount\": 1240\n    }\n  ],\n  \"has_more\": true,\n  \"next_cursor\": \"<base64-cursor>\"\n}\n"}],"_postman_id":"3edb06a4-d71e-4261-8f29-d55a24aa2a88"},{"name":"Home Timeline","id":"55b4faeb-e269-4d69-990e-0ee98989ed52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/home_timeline","description":"<p>Fetch your Twitter home timeline feed via API. $0.001 per call, ~20 tweets per call. GetXAPI home timeline endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","home_timeline"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"05f6cdb9-b566-4017-9284-46fd8a9be061","name":"Page of home timeline tweets.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/home_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"tweets\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"cff16cd2-4df2-42d3-86b3-c7c607c56c12","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/home_timeline"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"dae89589-460b-4f46-93cc-f7d8646efb1e","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/home_timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"49b755de-26cd-46f5-a435-220a61a4c396","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/home_timeline"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"c735be37-0a95-4172-8998-ac8327d5be68","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/home_timeline"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"9504071d-93b3-424a-9a82-c12097f46855","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/home_timeline","description":"Fetch your Twitter home timeline feed via API. $0.001 per call, ~20 tweets per call. GetXAPI home timeline endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"tweets\": [\n    {\n      \"id\": \"1755672110001483989\",\n      \"text\": \"A tweet from someone you follow.\",\n      \"author\": { \"userName\": \"elonmusk\", \"id\": \"44196397\", \"name\": \"Elon Musk\" },\n      \"createdAt\": \"Mon Feb 12 09:11:23 +0000 2026\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_cursor\": \"<base64-cursor>\"\n}\n"}],"_postman_id":"55b4faeb-e269-4d69-990e-0ee98989ed52"},{"name":"Bookmarks (List All)","id":"2c3661da-ace6-4599-a6d6-607610804508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/bookmarks","description":"<p>List all of a user's Twitter bookmarks via API. $0.001 per call, ~20 results per page. GetXAPI bookmarks endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","bookmarks"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"28c781a2-0cb9-4493-8eab-9949e50cc9d7","name":"Page of the user's bookmarks, newest first.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmarks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"bookmarks\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"43747397-1adc-43e5-821f-3fb979448fb6","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmarks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"5e71d4c2-f153-41db-ab0e-63cde84d4fca","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmarks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"09bb852e-ea27-4807-8ce2-88953a86375f","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmarks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"a424af45-1428-4484-b16c-7fbc53ee9c11","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmarks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"07a523be-573a-4553-bcf3-388629fd455c","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/bookmarks","description":"List all of a user's Twitter bookmarks via API. $0.001 per call, ~20 results per page. GetXAPI bookmarks endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"tweets\": [\n    {\n      \"id\": \"1755672110001483989\",\n      \"text\": \"Bookmarked tweet text here.\",\n      \"createdAt\": \"Mon Feb 12 09:11:23 +0000 2026\",\n      \"author\": { \"userName\": \"vercel\", \"id\": \"1234\", \"name\": \"Vercel\" },\n      \"likeCount\": 1240,\n      \"retweetCount\": 88\n    }\n  ],\n  \"has_more\": true,\n  \"next_cursor\": \"<base64-cursor>\"\n}\n"}],"_postman_id":"2c3661da-ace6-4599-a6d6-607610804508"},{"name":"Bookmark Search","id":"3c098a2c-a8e5-46ee-b459-1d90512f8f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/bookmark_search","description":"<p>Search inside a user's Twitter bookmarks via API. $0.001 per call, ~20 results per call. GetXAPI bookmark search endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","bookmark_search"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"bffe8f16-fb0c-45e8-b5e0-64bad26e1f4f","name":"Page of bookmark search results.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmark_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"query\": \"<string>\",\n  \"tweet_count\": \"<integer>\",\n  \"bookmarks\": [\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"type\": \"tweet\",\n      \"id\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"text\": \"<string>\",\n      \"source\": \"<string>\",\n      \"retweetCount\": \"<integer>\",\n      \"replyCount\": \"<integer>\",\n      \"likeCount\": \"<integer>\",\n      \"quoteCount\": \"<integer>\",\n      \"viewCount\": \"<integer>\",\n      \"bookmarkCount\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"lang\": \"<string>\",\n      \"isReply\": \"<boolean>\",\n      \"inReplyToId\": \"<string,null>\",\n      \"inReplyToUserId\": \"<string,null>\",\n      \"conversationId\": \"<string,null>\",\n      \"media\": [\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        },\n        {\n          \"type\": \"<string>\",\n          \"url\": \"<string>\",\n          \"expanded_url\": \"<string>\",\n          \"video_url\": \"<string>\"\n        }\n      ],\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          },\n          {\n            \"url\": \"<string>\",\n            \"expanded_url\": \"<string>\",\n            \"display_url\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        ],\n        \"user_mentions\": [\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          },\n          {\n            \"id_str\": \"<string>\",\n            \"indices\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"name\": \"<string>\",\n            \"screen_name\": \"<string>\"\n          }\n        ]\n      },\n      \"author\": {\n        \"type\": \"user\",\n        \"userName\": \"<string>\",\n        \"url\": \"<string>\",\n        \"twitterUrl\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"isVerified\": \"<boolean>\",\n        \"isBlueVerified\": \"<boolean>\",\n        \"verifiedType\": \"<string,null>\",\n        \"profilePicture\": \"<string,null>\",\n        \"coverPicture\": \"<string,null>\",\n        \"description\": \"<string,null>\",\n        \"location\": \"<string,null>\",\n        \"followers\": \"<integer>\",\n        \"following\": \"<integer>\",\n        \"favouritesCount\": \"<integer>\",\n        \"statusesCount\": \"<integer>\",\n        \"mediaCount\": \"<integer>\",\n        \"canDm\": \"<boolean>\",\n        \"createdAt\": \"<string>\",\n        \"pinnedTweetIds\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"quoted_tweet\": {\n        \"id\": \"<string>\",\n        \"text\": \"<string>\",\n        \"user\": {\n          \"name\": \"<string>\",\n          \"screen_name\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"d48f02fe-3a49-4348-b8af-2dfb6c13783f","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmark_search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"672554d9-2c36-4459-b9e5-8a0cf3839e2c","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmark_search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"28e46b2d-eb58-44d4-9df5-d4e345693475","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmark_search"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"d33a9bb2-8b8d-4598-9bc1-597247cdb586","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/bookmark_search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"5bc07010-aa20-440e-9031-caab73d40338","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"q\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/bookmark_search","description":"Search inside a user's Twitter bookmarks via API. $0.001 per call, ~20 results per call. GetXAPI bookmark search endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"query\": \"ai\",\n  \"tweets\": [\n    {\n      \"id\": \"1755672110001483989\",\n      \"text\": \"Bookmarked tweet matching 'ai'.\",\n      \"author\": { \"userName\": \"openai\", \"id\": \"5678\", \"name\": \"OpenAI\" },\n      \"createdAt\": \"Mon Feb 12 09:11:23 +0000 2026\"\n    }\n  ],\n  \"has_more\": false,\n  \"next_cursor\": null\n}\n"}],"_postman_id":"3c098a2c-a8e5-46ee-b459-1d90512f8f67"},{"name":"Followers You Know","id":"5727ab8f-0926-4fe0-b312-056cf44e7b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/followers_you_know","description":"<p>Get mutual followers between two Twitter accounts via API. $0.001 per call, ~20 users per call. GetXAPI followers you know endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","followers_you_know"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"3796f635-55fe-4f16-ac55-fe09bd452311","name":"Page of mutual followers.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/followers_you_know"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"targetUserId\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"followers_you_know\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"b5606dfc-e62f-40d9-8008-b1c61f52ade8","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/followers_you_know"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"5c6005a3-5d3a-4a22-8c9c-51de09dd1bb3","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/followers_you_know"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"45683451-7ffd-46b6-8ac1-f784ebb1a7aa","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/followers_you_know"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"8e426095-1639-4b23-9e6d-cb7a3c5eb4d5","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/followers_you_know"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"9e5eb9ea-f43a-47bf-b08a-b50a249f0718","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/followers_you_know","description":"Get mutual followers between two Twitter accounts via API. $0.001 per call, ~20 users per call. GetXAPI followers you know endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"target\": \"elonmusk\",\n  \"users\": [\n    {\n      \"userName\": \"naval\",\n      \"id\": \"745273\",\n      \"name\": \"Naval\",\n      \"followers\": 2000000\n    }\n  ],\n  \"count\": 1,\n  \"has_more\": false\n}\n"}],"_postman_id":"5727ab8f-0926-4fe0-b312-056cf44e7b09"},{"name":"Check Relationship","id":"ea21c3cd-c456-4dff-a6b2-bc85d6edccf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","description":"<p>Check if one Twitter user follows another via API. $0.001 per call. GetXAPI follow relationship check endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","check_follow_relationship"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Screen name of the source user (without @).</p>\n","type":"text/plain"},"key":"source_user_name","value":"<string>"},{"description":{"content":"<p>(Required) Screen name of the target user (without @).</p>\n","type":"text/plain"},"key":"target_user_name","value":"<string>"}],"variable":[]}},"response":[{"id":"b694e22d-b10f-4cf9-8bfc-fa983629c59f","name":"Relationship status.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"sourceUserName\": \"<string>\",\n    \"targetUserName\": \"<string>\",\n    \"sourceFollowsTarget\": \"<boolean>\",\n    \"targetFollowsSource\": \"<boolean>\",\n    \"canDm\": \"<boolean>\",\n    \"blocking\": \"<boolean>\",\n    \"blockedBy\": \"<boolean>\",\n    \"muting\": \"<boolean>\"\n  }\n}"},{"id":"93b61ee9-272e-4f0c-9e1a-5a1409f4a2b1","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4bc264be-68ab-4a47-b84b-645b8acd7aea","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"46b3f845-1e70-4185-97b7-5a66896e8ea8","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f0336630-7027-48d2-82dd-26dacc72b64d","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"8aac0a8b-787c-4483-b563-ba3a57cdafa1","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["{{baseUrl}}"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"788c56eb-661f-4d3e-84b2-23afb3184bdb","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/check_follow_relationship?source_user_name=<string>&target_user_name=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","check_follow_relationship"],"query":[{"description":"(Required) Screen name of the source user (without @).","key":"source_user_name","value":"<string>"},{"description":"(Required) Screen name of the target user (without @).","key":"target_user_name","value":"<string>"}]},"description":"Check if one Twitter user follows another via API. $0.001 per call. GetXAPI follow relationship check endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"msg\": \"success\",\n  \"data\": {\n    \"sourceUserName\": \"elonmusk\",\n    \"targetUserName\": \"sundarpichai\",\n    \"sourceFollowsTarget\": true,\n    \"targetFollowsSource\": true,\n    \"canDm\": true,\n    \"blocking\": false,\n    \"blockedBy\": false,\n    \"muting\": false\n  }\n}\n"}],"_postman_id":"ea21c3cd-c456-4dff-a6b2-bc85d6edccf0"},{"name":"User Affiliates","id":"d5f0d805-a385-480d-b178-6b52b9c17dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/user/affiliates?userName=<string>&cursor=<string>","description":"<p>Get affiliated accounts of a verified Twitter/X organization via API. $0.001 per call, ~20 users per call. GetXAPI affiliates endpoint with pagination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","affiliates"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Username of the organization.</p>\n","type":"text/plain"},"key":"userName","value":"<string>"},{"description":{"content":"<p>Pagination cursor.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"22fd5e12-187d-45f2-98b4-9ddc5552df59","name":"Page of affiliate users.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userName\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"affiliates\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"7cf49f65-6e76-44cb-87a4-34f155907027","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"0018110c-33b3-4ed0-9d5a-2ea7c8099581","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"10147310-88c9-4cfa-9294-5750019c8017","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b77eba81-8084-4792-8698-ea5c71914480","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"d4761c96-16f3-4ab7-bada-a8ff5773dc6e","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"71f6b78e-a49b-48fc-90bb-ee0ed03809f4","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/user/affiliates?userName=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","user","affiliates"],"query":[{"description":"(Required) Username of the organization.","key":"userName","value":"<string>"},{"description":"Pagination cursor.","key":"cursor","value":"<string>"}]},"description":"Get affiliated accounts of a verified Twitter/X organization via API. $0.001 per call, ~20 users per call. GetXAPI affiliates endpoint with pagination."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"userName\": \"elonmusk\",\n  \"user_count\": 0,\n  \"has_more\": false,\n  \"next_cursor\": null,\n  \"affiliates\": []\n}\n"}],"_postman_id":"d5f0d805-a385-480d-b178-6b52b9c17dd7"},{"name":"Update Avatar","id":"8995c4c7-19bc-4a95-878a-0b4e934fa612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_avatar","description":"<p>Update a Twitter user's profile picture programmatically via API. $0.001 per call. GetXAPI update avatar endpoint with image URL or base64 upload.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","update_avatar"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"91c11b9a-2f59-430f-a21f-a2eb47fdb19a","name":"Mutation succeeded.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_avatar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"screen_name\": \"<string>\",\n    \"profile_image_url\": \"<string>\"\n  }\n}"},{"id":"253e2686-9161-442e-8072-4c3930b3e2d2","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_avatar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"28df4241-4531-4929-a438-562f7e753f04","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_avatar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"f3eb0fd8-cefa-477a-97e2-0d7bd87b1c95","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_avatar"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"23ab1021-4129-44a8-a2fd-82b5cce94c44","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_avatar"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"5bb1cd7d-06a5-40be-9c75-fee9b291c98a","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_avatar","description":"Update a Twitter user's profile picture programmatically via API. $0.001 per call. GetXAPI update avatar endpoint with image URL or base64 upload."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"avatar_url\": \"https://pbs.twimg.com/profile_images/12345/new_avatar.jpg\" }\n"}],"_postman_id":"8995c4c7-19bc-4a95-878a-0b4e934fa612"},{"name":"Update Banner","id":"4171b928-780d-4294-8e98-b748daf08e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_banner","description":"<p>Update a Twitter user's profile banner programmatically via API. $0.001 per call. GetXAPI update banner endpoint with image URL or base64 upload.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","update_banner"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"df89d34e-8014-4279-a144-77606f2c4e79","name":"Mutation succeeded.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_banner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"success\": \"<boolean>\"\n  }\n}"},{"id":"92ab8970-f3dd-4732-8f2b-4c6025ddc524","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_banner"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b4fce5f7-2561-419f-a523-86cca70fe73e","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_banner"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c79ce463-9aab-46b3-9d45-f2ae739464a6","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_banner"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"6bc92fae-33dd-41e7-9f59-e982c6e22c0b","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_banner"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"05d9eb82-84a2-4a44-bd6e-7627f6804b3c","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_banner","description":"Update a Twitter user's profile banner programmatically via API. $0.001 per call. GetXAPI update banner endpoint with image URL or base64 upload."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"banner_url\": \"https://pbs.twimg.com/profile_banners/12345/new_banner.jpg\" }\n"}],"_postman_id":"4171b928-780d-4294-8e98-b748daf08e89"},{"name":"Update Profile","id":"296f77b0-185c-4ea1-8322-14f286ee5199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_profile","description":"<p>Update Twitter profile fields (name, bio, location, URL, color, birthdate) programmatically via API. $0.001 per call. GetXAPI update profile endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user","update_profile"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"7172a1c7-2759-46c1-a129-54ae02ed0302","name":"Mutation succeeded.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"screen_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"url\": \"<string>\",\n    \"profile_link_color\": \"<string>\"\n  }\n}"},{"id":"bc9920cd-13b2-4836-870d-5b38463c2b3a","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"83845cab-0ace-4dc7-bee2-928bb30677f7","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"7360e459-9ab3-42c4-8aac-cbdeef85fd9d","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_profile"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"82fea6b1-d36a-41c6-b5e2-96bce5b73acf","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user/update_profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"8b5d50b5-5eb1-41e0-930f-318e8269eed8","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"location\": \"<string>\",\n  \"url\": \"<string>\",\n  \"profile_link_color\": \"<string>\",\n  \"birthdate_year\": \"<integer>\",\n  \"birthdate_month\": \"<integer>\",\n  \"birthdate_day\": \"<integer>\",\n  \"birthdate_visibility\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user/update_profile","description":"Update Twitter profile fields (name, bio, location, URL, color, birthdate) programmatically via API. $0.001 per call. GetXAPI update profile endpoint."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"updated_fields\": [\"name\", \"bio\", \"location\"] }\n"}],"_postman_id":"296f77b0-185c-4ea1-8322-14f286ee5199"}],"id":"8cc78702-34cd-495a-8de1-5b8947845ed0","description":"<h3 id=\"users\">Users</h3>\n<p>Largest folder — 23 endpoints covering profiles, followers/following, timelines, media, likes, bookmarks, mentions, relationship queries, and profile mutations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Group</th>\n<th>Endpoints</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Profile lookups</strong> ($0.001 each)</td>\n<td><code>user/search</code>, <code>user/info</code>, <code>user/info_by_id</code>, <code>user/user_about</code>, <code>user/check_follow_relationship</code>, <code>user/affiliates</code></td>\n</tr>\n<tr>\n<td><strong>Follower graph</strong> ($0.001 each)</td>\n<td><code>user/followers</code>, <code>user/following</code>, <code>user/followers_v2</code>, <code>user/following_v2</code>, <code>user/verified_followers</code>, <code>user/followers_you_know</code></td>\n</tr>\n<tr>\n<td><strong>Content timelines</strong> ($0.001 each)</td>\n<td><code>user/tweets</code>, <code>user/tweets_and_replies</code>, <code>user/media</code>, <code>user/mentions</code>, <code>user/likes</code>, <code>user/home_timeline</code></td>\n</tr>\n<tr>\n<td><strong>Bookmarks</strong> ($0.001 each)</td>\n<td><code>user/bookmarks</code>, <code>user/bookmark_search</code></td>\n</tr>\n<tr>\n<td><strong>Profile mutations</strong> ($0.001 each)</td>\n<td><code>user/update_avatar</code>, <code>user/update_banner</code>, <code>user/update_profile</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Auth note:</strong> <code>home_timeline</code>, <code>bookmarks</code>, <code>bookmark_search</code>, <code>likes</code>, <code>followers_you_know</code>, <code>update_*</code> need an <code>auth_token</code> field in the body. All others work with just the GetXAPI Bearer token + a <code>userName</code> or <code>userId</code> query param.</p>\n<p><strong>Sample call — public user info</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  \"https://api.getxapi.com/twitter/user/info?userName=elonmusk\"\n</code></pre>\n","_postman_id":"8cc78702-34cd-495a-8de1-5b8947845ed0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"Lists","item":[{"name":"List Members","id":"3c795cfb-4805-47f9-82fa-19d00e368248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/list/members?listId=<string>&cursor=<string>","description":"<p>Get all members of a public Twitter/X list via API. $0.001 per call, ~20 users per call. GetXAPI list members endpoint documentation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","list","members"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Twitter list ID.</p>\n","type":"text/plain"},"key":"listId","value":"<string>"},{"description":{"content":"<p>Pagination cursor from previous response.</p>\n","type":"text/plain"},"key":"cursor","value":"<string>"}],"variable":[]}},"response":[{"id":"2277d6b0-ac76-416d-862f-3291a65efdcd","name":"Page of list members.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"listId\": \"<string>\",\n  \"user_count\": \"<integer>\",\n  \"members\": [\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    },\n    {\n      \"type\": \"user\",\n      \"id\": \"<string>\",\n      \"userName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"tweets\": \"<integer>\",\n      \"listed\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"canDm\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"8089186b-0872-420f-a3f1-b055f20d1582","name":"Missing required query param.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"dbcbfb0f-bf8f-4668-ac64-c78af6c18677","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"a3aead65-d8e7-461d-9ae8-b6e6fde517b2","name":"Resource not found. Returned when the requested resource doesn't exist (e.g. non-existent username, invalid user ID). This does not consume extra rate limit — only one account is checked.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"82d64d49-0647-4672-8faf-fae70d4bc945","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"17c36232-8203-43e3-b818-62c0414e0c1b","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/list/members?listId=<string>&cursor=<string>","host":["{{baseUrl}}"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"9ae808a9-433e-4846-b634-227fec35fe24","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/list/members?listId=<string>&cursor=<string>","host":["https://api.getxapi.com"],"path":["twitter","list","members"],"query":[{"description":"(Required) Twitter list ID.","key":"listId","value":"<string>"},{"description":"Pagination cursor from previous response.","key":"cursor","value":"<string>"}]},"description":"Get all members of a public Twitter/X list via API. $0.001 per call, ~20 users per call. GetXAPI list members endpoint documentation."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"listId\": \"1495764687937449985\",\n  \"user_count\": 2,\n  \"has_more\": true,\n  \"next_cursor\": \"<base64-cursor>\",\n  \"members\": [\n    {\n      \"userName\": \"vercel\",\n      \"id\": \"1234\",\n      \"name\": \"Vercel\",\n      \"followers\": 425000\n    },\n    {\n      \"userName\": \"openai\",\n      \"id\": \"5678\",\n      \"name\": \"OpenAI\",\n      \"followers\": 4200000\n    }\n  ]\n}\n"}],"_postman_id":"3c795cfb-4805-47f9-82fa-19d00e368248"}],"id":"b2f9cee3-6265-4b0a-8900-c01ed0c465f8","description":"<h3 id=\"lists\">Lists</h3>\n<p>Read Twitter list metadata + members.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/twitter/list/members</code></td>\n<td>GET</td>\n<td>$0.001</td>\n</tr>\n</tbody>\n</table>\n</div><p>Public list IDs can be found in the list URL — e.g. <code>https://x.com/i/lists/1495764687937449985</code> → <code>listId=1495764687937449985</code>.</p>\n","_postman_id":"b2f9cee3-6265-4b0a-8900-c01ed0c465f8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"DM","item":[{"name":"DM List","id":"d67d176f-e64a-43c7-ac10-4fc951b7e2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/dm/list","description":"<p>Fetch Twitter direct messages via API. $0.002 per call, ~50 messages per call. GetXAPI DM list endpoint documentation with examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","dm","list"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"4dcc55a3-d4eb-46a0-a81e-e0b603e46719","name":"Page of direct messages.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string,null>\",\n  \"userId\": \"<string>\",\n  \"message_count\": \"<integer>\",\n  \"messages\": [\n    {\n      \"id\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"senderId\": \"<string>\",\n      \"recipientId\": \"<string>\",\n      \"text\": \"<string>\",\n      \"media\": null\n    },\n    {\n      \"id\": \"<string>\",\n      \"createdAt\": \"<string>\",\n      \"senderId\": \"<string>\",\n      \"recipientId\": \"<string>\",\n      \"text\": \"<string>\",\n      \"media\": null\n    }\n  ]\n}"},{"id":"0331c5b0-51ee-4811-89fb-40aa0e695b80","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"ec211d09-1385-4b7f-be01-2d35002d5401","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c8ea09d3-430a-437f-ab60-0bb308ed8865","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/list"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"f7a54702-b8cd-43e4-8cb8-df08a7a1857f","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"3a7b7ab8-ed7b-4634-be67-436ba40d27d6","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"cursor\": \"<string>\",\n  \"count\": 50,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/dm/list","description":"Fetch Twitter direct messages via API. $0.002 per call, ~50 messages per call. GetXAPI DM list endpoint documentation with examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"conversations\": [\n    {\n      \"conversation_id\": \"44196397-783214\",\n      \"with_user\": {\n        \"userName\": \"jack\",\n        \"id\": \"12\",\n        \"name\": \"jack\"\n      },\n      \"last_message\": {\n        \"text\": \"Sounds good — let's catch up next week.\",\n        \"created_at\": \"Mon May 19 10:15:00 +0000 2026\",\n        \"sender_id\": \"44196397\"\n      },\n      \"unread_count\": 0\n    }\n  ],\n  \"has_more\": false,\n  \"next_cursor\": null\n}\n"}],"_postman_id":"d67d176f-e64a-43c7-ac10-4fc951b7e2f1"},{"name":"DM Send","id":"ee2594c3-eb1f-42bd-bfe5-0d699072d9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/dm/send","description":"<p>Send Twitter direct messages programmatically via API. $0.002 per call. GetXAPI DM send endpoint documentation with code examples.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","dm","send"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"5b6680c0-2bf4-4c72-bf4e-d417d7b04d90","name":"DM sent.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<string>\",\n    \"senderId\": \"<string>\",\n    \"recipientId\": \"<string>\",\n    \"text\": \"<string>\",\n    \"recipient_username\": \"<string>\"\n  }\n}"},{"id":"4735973c-67cb-43de-ae9a-2e2534a53747","name":"Missing required field.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b0d1aeb3-b095-4155-a3c5-4f8f2c4e4dc5","name":"Invalid auth_token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/send"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"fc0cd10b-b047-4713-a1e0-16029149b9d2","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/send"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"04b85e50-16e9-4c80-be04-c7197614ad29","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/dm/send"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"a6adf173-4106-455d-a695-5746f1609dfe","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"text\": \"<string>\",\n  \"recipient_id\": \"<string>\",\n  \"recipient_username\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/dm/send","description":"Send Twitter direct messages programmatically via API. $0.002 per call. GetXAPI DM send endpoint documentation with code examples."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"conversation_id\": \"44196397-783214\", \"message_id\": \"1772925040167731687\", \"sentAt\": \"Mon May 19 12:41:00 +0000 2026\" }\n"}],"_postman_id":"ee2594c3-eb1f-42bd-bfe5-0d699072d9cf"}],"id":"3084d0ea-841b-4627-80be-afc4a712f0ad","description":"<h3 id=\"dm\">DM</h3>\n<p>Direct message inbox + send. Both endpoints require <code>auth_token</code> (Twitter session cookie).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/twitter/dm/list</code></td>\n<td>POST</td>\n<td><strong>$0.002</strong></td>\n</tr>\n<tr>\n<td><code>/twitter/dm/send</code></td>\n<td>POST</td>\n<td><strong>$0.002</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Sample send body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"auth_token\": \"&lt;twitter_session_token&gt;\",\n  \"recipient_id\": \"44196397\",\n  \"text\": \"Hey!\"\n}\n</code></pre>\n","_postman_id":"3084d0ea-841b-4627-80be-afc4a712f0ad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"Articles","item":[{"name":"Get Article","id":"58bb7b65-4040-48f5-835b-8d88be459ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.getxapi.com/twitter/article/get?id=<string>","description":"<p>Fetch full Twitter/X article and note content by tweet ID via API. $0.001 per call. GetXAPI article endpoint with rich text and media.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","get"],"host":["https://api.getxapi.com"],"query":[{"description":{"content":"<p>(Required) Tweet ID of the article/note.</p>\n","type":"text/plain"},"key":"id","value":"<string>"}],"variable":[]}},"response":[{"id":"cdeddc10-80b0-421f-ab22-2401968139c2","name":"Article content wrapped in a status envelope.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"article\": {\n    \"id\": \"<string>\",\n    \"author\": {\n      \"type\": \"user\",\n      \"userName\": \"<string>\",\n      \"url\": \"<string>\",\n      \"twitterUrl\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"isVerified\": \"<boolean>\",\n      \"isBlueVerified\": \"<boolean>\",\n      \"verifiedType\": \"<string,null>\",\n      \"profilePicture\": \"<string,null>\",\n      \"coverPicture\": \"<string,null>\",\n      \"description\": \"<string,null>\",\n      \"location\": \"<string,null>\",\n      \"followers\": \"<integer>\",\n      \"following\": \"<integer>\",\n      \"favouritesCount\": \"<integer>\",\n      \"statusesCount\": \"<integer>\",\n      \"mediaCount\": \"<integer>\",\n      \"canDm\": \"<boolean>\",\n      \"createdAt\": \"<string>\",\n      \"pinnedTweetIds\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"replyCount\": \"<integer>\",\n    \"likeCount\": \"<integer>\",\n    \"quoteCount\": \"<integer>\",\n    \"viewCount\": \"<integer>\",\n    \"createdAt\": \"<string>\",\n    \"title\": \"<string>\",\n    \"preview_text\": \"<string>\",\n    \"cover_media_img_url\": \"<string,null>\",\n    \"contents\": [\n      {\n        \"type\": \"divider\",\n        \"text\": \"<string>\",\n        \"url\": \"<string>\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"inlineStyleRanges\": [\n          {\n            \"length\": \"<integer>\",\n            \"offset\": \"<integer>\",\n            \"style\": \"Bold\"\n          },\n          {\n            \"length\": \"<integer>\",\n            \"offset\": \"<integer>\",\n            \"style\": \"Italic\"\n          }\n        ]\n      },\n      {\n        \"type\": \"ordered-list-item\",\n        \"text\": \"<string>\",\n        \"url\": \"<string>\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"inlineStyleRanges\": [\n          {\n            \"length\": \"<integer>\",\n            \"offset\": \"<integer>\",\n            \"style\": \"Bold\"\n          },\n          {\n            \"length\": \"<integer>\",\n            \"offset\": \"<integer>\",\n            \"style\": \"Bold\"\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"ef6fd8d0-eaaa-436e-a5a9-1c15c82c2088","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"45c58ce8-976d-4aeb-ae80-d10a435865a9","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"e47b788b-7ab0-4bc8-b963-e54916db6f93","name":"Not an article tweet or tweet not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"8f9cba41-2d0a-48a6-9f0c-6e466915d973","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"b89647d7-c091-4a20-9d39-d59451d1aeff","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/twitter/article/get?id=<string>","host":["{{baseUrl}}"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"00040061-0f09-4511-b9b0-317fe50a35fd","name":"Example 200 response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.getxapi.com/twitter/article/get?id=<string>","host":["https://api.getxapi.com"],"path":["twitter","article","get"],"query":[{"description":"(Required) Tweet ID of the article/note.","key":"id","value":"<string>"}]},"description":"Fetch full Twitter/X article and note content by tweet ID via API. $0.001 per call. GetXAPI article endpoint with rich text and media."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"article\": {\n    \"id\": \"1772925040167731687\",\n    \"title\": \"How I built my first agent\",\n    \"content\": \"## Introduction\\n\\nThis article walks through ...\\n\\n## The architecture\\n\\nThe agent uses ...\",\n    \"author\": { \"userName\": \"elonmusk\", \"id\": \"44196397\", \"name\": \"Elon Musk\" },\n    \"createdAt\": \"Tue Mar 26 18:42:11 +0000 2024\",\n    \"url\": \"https://x.com/i/article/1772925040167731687\",\n    \"wordCount\": 1245\n  }\n}\n"}],"_postman_id":"58bb7b65-4040-48f5-835b-8d88be459ede"},{"name":"Create Article","id":"2c4bad2a-f91c-4518-93ab-a68f21b8a358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/create","description":"<p>Create (and optionally publish) a long-form Twitter/X article in one call. $0.01 per call. Premium-only when publish:true.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","create"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"2e5fb213-7f97-4d2a-b917-8772c84a26f4","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"article_id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"tweet_id\": \"<string>\",\n    \"draft_url\": \"<string>\",\n    \"public_url\": \"<string>\",\n    \"cover_media_id\": \"<string>\"\n  }\n}"},{"id":"2fccf672-7a3b-43e5-81a7-31726c876ca7","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"dcb12022-94bf-405c-9532-f30c3248a8c3","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"90dd634a-4ab4-4948-a308-c2a06c590bf6","name":"Publishing requires X Premium.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"532eabbf-05bf-4586-8e03-4c2ba417f4ca","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"19f65570-40d5-4b47-8d9b-cf9ab3104d9c","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"24e43637-a287-49d5-ba03-4d1ef36db497","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"publish\": false,\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/create","description":"Create (and optionally publish) a long-form Twitter/X article in one call. $0.01 per call. Premium-only when publish:true."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"article_id\": \"1772925040167731687\", \"state\": \"draft\", \"createdAt\": \"Mon May 19 12:41:00 +0000 2026\" }\n"}],"_postman_id":"2c4bad2a-f91c-4518-93ab-a68f21b8a358"},{"name":"Update Article","id":"1dbf2205-23ed-4d9f-b534-14fc94481a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/update","description":"<p>Partial-update an existing Twitter/X article — title, body markdown, or cover image. $0.005 per call.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","update"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"4389bcfb-5a59-442c-935b-b7f431660fb5","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"article_id\": \"<string>\",\n    \"updated\": {\n      \"title\": \"<boolean>\",\n      \"content\": \"<boolean>\",\n      \"cover_media_id\": \"<string>\",\n      \"ut_0\": true,\n      \"temporb\": 56524850\n    }\n  }\n}"},{"id":"374f138d-9d05-4797-97e9-b3d83f4a8c2f","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"dd343bf1-dbf0-421d-b62e-1523f3be7f12","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"786d2c32-a411-4948-8d13-c156098f87fb","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/update"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"4da5dcdd-7ae7-4535-b4ed-d1f7ca8b0024","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"2ae45d3d-d6d8-44ab-bcf1-d801e50bb1c1","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"title\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cover_media_id\": \"<string>\",\n  \"cover_image_url\": \"<string>\",\n  \"cover_image_base64\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/update","description":"Partial-update an existing Twitter/X article — title, body markdown, or cover image. $0.005 per call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"article_id\": \"1772925040167731687\", \"updatedAt\": \"Mon May 19 13:11:00 +0000 2026\" }\n"}],"_postman_id":"1dbf2205-23ed-4d9f-b534-14fc94481a86"},{"name":"List Articles","id":"c233c948-782b-4996-a165-d43ccd176955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/list","description":"<p>Paginated list of the auth_token user's own Twitter/X articles (drafts or published). $0.005 per call.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","list"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"44e91f82-03b0-44e2-a6bc-1d71793bdc70","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"userId\": \"<string>\",\n  \"lifecycle\": \"<string>\",\n  \"article_count\": \"<integer>\",\n  \"has_more\": \"<boolean>\",\n  \"next_cursor\": \"<string>\",\n  \"articles\": [\n    {\n      \"article_id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"preview_text\": \"<string>\",\n      \"lifecycle\": \"<string>\",\n      \"cover_media\": {\n        \"Loremb2\": false,\n        \"nostrud_0\": 11020653.320461676\n      },\n      \"tweet_id\": \"<string>\",\n      \"created_at_secs\": \"<integer>\",\n      \"modified_at_secs\": \"<integer>\"\n    },\n    {\n      \"article_id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"preview_text\": \"<string>\",\n      \"lifecycle\": \"<string>\",\n      \"cover_media\": {\n        \"Duis_2\": true\n      },\n      \"tweet_id\": \"<string>\",\n      \"created_at_secs\": \"<integer>\",\n      \"modified_at_secs\": \"<integer>\"\n    }\n  ]\n}"},{"id":"1fffc9eb-e2db-4f8f-9960-d878bc8fe6d4","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4406dc5c-36d9-4ddd-ae78-f8f32e5cbe69","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4c70d732-5a9c-4083-b992-c58801fc2a38","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/list"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"42203513-9e69-4972-a30f-1c40019737c1","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"ca30a66a-09f2-498d-a5b5-b62525eaf36b","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"lifecycle\": \"Draft\",\n  \"cursor\": \"<string>\",\n  \"count\": 20,\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/list","description":"Paginated list of the auth_token user's own Twitter/X articles (drafts or published). $0.005 per call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"msg\": \"success\",\n  \"articles\": [\n    {\n      \"id\": \"1772925040167731687\",\n      \"title\": \"How I built my first agent\",\n      \"preview_text\": \"A short walkthrough of the agent architecture...\",\n      \"createdAt\": \"Tue Mar 26 18:42:11 +0000 2024\",\n      \"url\": \"https://x.com/i/article/1772925040167731687\",\n      \"wordCount\": 1245\n    }\n  ],\n  \"has_more\": false,\n  \"next_cursor\": null\n}\n"}],"_postman_id":"c233c948-782b-4996-a165-d43ccd176955"},{"name":"Publish Article","id":"ed9bdcd9-e272-4b3a-9b7c-a6c6e85a2b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/publish","description":"<p>Publish an existing draft Twitter/X article to the timeline. $0.005 per call. Premium-only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","publish"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"17e49833-2868-4c03-8468-e9f5e01d7e4d","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"article_id\": \"<string>\",\n    \"tweet_id\": \"<string>\",\n    \"public_url\": \"<string>\"\n  }\n}"},{"id":"d9d8209e-5b33-4cea-83fc-384886b43559","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"fa8097ca-7263-4d4b-a9e6-84c202f9eb4e","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"79b8d0cf-88dd-4d33-ae6f-626e3d8e6ad4","name":"Publishing requires X Premium.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"a4cbbad9-c283-49f7-9206-4a034b10e2fe","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"b8e82ce1-7487-4005-9a73-d48f6061f68f","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/publish"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"0c86b51c-1655-40b6-afd8-156c1a9b9383","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/publish","description":"Publish an existing draft Twitter/X article to the timeline. $0.005 per call. Premium-only."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"article_id\": \"1772925040167731687\", \"state\": \"published\", \"url\": \"https://x.com/i/article/1772925040167731687\" }\n"}],"_postman_id":"ed9bdcd9-e272-4b3a-9b7c-a6c6e85a2b4d"},{"name":"Unpublish Article","id":"13c70cc9-648f-4817-aba2-d08c6e2685b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/unpublish","description":"<p>Move a published Twitter/X article back to draft and remove the wrapper tweet. $0.005 per call.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","unpublish"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"b2438a39-aec7-40e5-b002-b5627bb9c681","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/unpublish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"article_id\": \"<string>\"\n  }\n}"},{"id":"14bbbbfb-5e7a-4214-af90-79a8d20728c4","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/unpublish"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"2ea6313a-1661-4952-a1c2-89fdbc24ca0d","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/unpublish"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"11ccd116-234c-4842-896a-da3e853ecabf","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/unpublish"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"3b4f7561-b4bd-4db3-9a06-7f8d2d8d58bc","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/unpublish"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"bc8d0d97-028c-4505-ad9c-d8b155b7a5dc","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/unpublish","description":"Move a published Twitter/X article back to draft and remove the wrapper tweet. $0.005 per call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"article_id\": \"1772925040167731687\", \"state\": \"draft\" }\n"}],"_postman_id":"13c70cc9-648f-4817-aba2-d08c6e2685b8"},{"name":"Delete Article","id":"14d78f8a-e6d5-4e80-9106-d62d9a7b6fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/delete","description":"<p>Permanently delete a Twitter/X article entity (draft or published). $0.005 per call.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","article","delete"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"3d477ff2-4a7b-44d4-bf67-f340f39ea4c4","name":"Success.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"msg\": \"<string>\",\n  \"data\": {\n    \"article_id\": \"<string>\"\n  }\n}"},{"id":"cfedfbd9-0649-4999-906d-a32416e947cf","name":"Bad request — missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"4cd095ce-8147-44b4-9175-475f660c60fa","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"59a384af-0d97-428a-9444-84a73334a1bd","name":"Rate limited — all accounts exhausted. Wait `retry_after` seconds and retry.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/delete"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"retry_after\": \"<number>\"\n}"},{"id":"f95d37ac-33ae-4e12-8817-ae6b7212a433","name":"Internal server error or upstream Twitter error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/article/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"0d008e8f-d940-4a44-88d9-5b63a49afe32","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"auth_token\": \"<string>\",\n  \"article_id\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/article/delete","description":"Permanently delete a Twitter/X article entity (draft or published). $0.005 per call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{ \"status\": \"success\", \"article_id\": \"1772925040167731687\", \"state\": \"deleted\" }\n"}],"_postman_id":"14d78f8a-e6d5-4e80-9106-d62d9a7b6fdb"}],"id":"9058ee03-f581-4df7-ac05-c2cb15ac396d","description":"<h3 id=\"articles\">Articles</h3>\n<p>Long-form Twitter/X articles — full CRUD plus publish/unpublish lifecycle. Publishing requires X Premium on the account whose <code>auth_token</code> is used.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>article/get</code></td>\n<td>GET</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>article/list</code></td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n<tr>\n<td><code>article/create</code></td>\n<td>POST</td>\n<td><strong>$0.01</strong></td>\n</tr>\n<tr>\n<td><code>article/update</code></td>\n<td>POST</td>\n<td><strong>$0.005</strong></td>\n</tr>\n<tr>\n<td><code>article/publish</code></td>\n<td>POST</td>\n<td><strong>$0.005</strong></td>\n</tr>\n<tr>\n<td><code>article/unpublish</code></td>\n<td>POST</td>\n<td><strong>$0.005</strong></td>\n</tr>\n<tr>\n<td><code>article/delete</code></td>\n<td>POST</td>\n<td><strong>$0.005</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Flow:</strong> <code>create</code> (draft) → <code>update</code> (edit content) → <code>publish</code> (goes live as an article-format tweet) → optionally <code>unpublish</code> / <code>delete</code>.</p>\n","_postman_id":"9058ee03-f581-4df7-ac05-c2cb15ac396d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}},{"name":"Auth","item":[{"name":"User Login","id":"88ccde11-cffd-4fb9-9f2c-54b0fb9d3e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user_login","description":"<p>Get fresh auth tokens for a Twitter account via API. Required for write endpoints like tweeting and DMs. GetXAPI login endpoint docs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}},"urlObject":{"path":["twitter","user_login"],"host":["https://api.getxapi.com"],"query":[],"variable":[]}},"response":[{"id":"92c70dd2-b060-4232-acad-f731478189e4","name":"Login successful; tokens returned.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user_login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"username\": \"<string>\",\n  \"auth_token\": \"<string>\",\n  \"ct0\": \"<string>\",\n  \"twid\": \"<string>\",\n  \"profile\": {\n    \"type\": \"user\",\n    \"userName\": \"<string>\",\n    \"url\": \"<string>\",\n    \"twitterUrl\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"isVerified\": \"<boolean>\",\n    \"isBlueVerified\": \"<boolean>\",\n    \"verifiedType\": \"<string,null>\",\n    \"profilePicture\": \"<string,null>\",\n    \"coverPicture\": \"<string,null>\",\n    \"description\": \"<string,null>\",\n    \"location\": \"<string,null>\",\n    \"followers\": \"<integer>\",\n    \"following\": \"<integer>\",\n    \"favouritesCount\": \"<integer>\",\n    \"statusesCount\": \"<integer>\",\n    \"mediaCount\": \"<integer>\",\n    \"canDm\": \"<boolean>\",\n    \"createdAt\": \"<string>\",\n    \"pinnedTweetIds\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"},{"id":"52121215-bebc-40ef-90c8-f51cde4c8040","name":"Missing required fields.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user_login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d9b93238-b091-4acc-aa02-d872de7fd3ce","name":"Unauthorized — missing or invalid bearer token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user_login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"b59410ed-8ead-42e5-9b23-1c6da7f17155","name":"Login failed (invalid credentials, account locked, or subtask failure).","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/twitter/user_login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"d4b5042e-d8d6-4290-8210-71cac009a415","name":"Example 200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\",\n  \"email\": \"<string>\",\n  \"totp_secret\": \"<string>\",\n  \"proxy\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getxapi.com/twitter/user_login","description":"Get fresh auth tokens for a Twitter account via API. Required for write endpoints like tweeting and DMs. GetXAPI login endpoint docs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"auth_token\": \"abc123def456ghi789...\",\n  \"ct0\": \"csrf_token_value_here\",\n  \"user_id\": \"44196397\",\n  \"userName\": \"your_account\"\n}\n"}],"_postman_id":"88ccde11-cffd-4fb9-9f2c-54b0fb9d3e97"}],"id":"c7635a7f-3cf5-4683-b0e7-632d756454dc","description":"<h3 id=\"auth\">Auth</h3>\n<p>Get a fresh Twitter session token (<code>auth_token</code>) by logging in with credentials. Use this if you need to perform write actions on behalf of an account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Method</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>/twitter/user_login</code></td>\n<td>POST</td>\n<td>$0.001</td>\n</tr>\n</tbody>\n</table>\n</div><p>The returned <code>auth_token</code> is what you pass into any write or auth-required read endpoint (DM list/send, bookmarks, home timeline, etc.).</p>\n<p><strong>Safer alternative:</strong> if you already have a Twitter account, grab the <code>auth_token</code> cookie from your browser's dev tools after logging into x.com — no need to call this endpoint.</p>\n","_postman_id":"c7635a7f-3cf5-4683-b0e7-632d756454dc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","id":"c637c3d6-b884-47db-80e9-73eeeb324cc4","name":"GetXAPI — Twitter / X API ($0.001/call)","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"variable":[{"key":"base_url","value":"https://api.getxapi.com","type":"string","description":"GetXAPI production base URL"},{"key":"api_key","value":"","type":"string","description":"Your GetXAPI bearer token. Get one at https://www.getxapi.com (free $0.10 credit on signup, no card required)."}]}