X Accounts
Get X account details
get/x/accounts/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Response
X account details
Example response
{
"id": "42",
"xUserId": "9876543210",
"xUsername": "elonmusk",
"status": "active",
"health": "healthy",
"createdAt": "2025-01-15T12:00:00Z",
"updatedAt": "2025-03-10T08:30:00Z",
"cookiesObtainedAt": "2025-03-10T08:30:00Z"
}