Array of connected X account objects.
Account connection status (e.g. "active").
Proxy region used for the connection (e.g. "US").
accounts[].cookiesObtainedAt
ISO 8601 timestamp of when session cookies were last obtained. Omitted if not yet authenticated.
ISO 8601 timestamp of when the account was connected.
ISO 8601 timestamp of the last update.
{
"accounts": [
{
"id": "3",
"xUsername": "elonmusk",
"xUserId": "44196397",
"status": "active",
"proxyCountry": "US",
"cookiesObtainedAt": "2026-02-20T08:15:00.000Z",
"createdAt": "2026-02-20T08:15:00.000Z",
"updatedAt": "2026-02-20T08:15:00.000Z"
},
{
"id": "5",
"xUsername": "xquik_",
"xUserId": "1234567890",
"status": "active",
"proxyCountry": "US",
"cookiesObtainedAt": "2026-02-22T12:00:00.000Z",
"createdAt": "2026-02-22T12:00:00.000Z",
"updatedAt": "2026-02-22T12:00:00.000Z"
}
]
}