Get X connected accounts
List active X accounts connected to the authenticated Vee3 account.
← All X / Twitter endpoints · Capability overview
GET
/v1/x-twitter/connected-accountshttps://api.vee3.io/v1/x-twitter/connected-accounts
List active X accounts connected to the authenticated Vee3 account.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
x-twitter.connected_accountsParameters0 fields
Response6 fields
accountsarrayitems5 fieldsActive connected X accounts for the authenticated Vee3 account.
accountsarrayitemsuser_idstringNumeric X user id to pass as user_id on write calls.
user_namestringX handle without the leading @ to pass as user_name on write calls.
display_namestringDisplay name shown on the profile.
avatar_urlstringProfile avatar image URL.
is_defaultbooleanWhether this account is used when user_id and user_name are omitted on write calls.
HTTP errors: unauthorized, payment_required