X Accounts
List X accounts
Use health before writes: healthy writes, recovering retries, temporaryIssue waits, needsReauth fixes TOTP or credentials, locked/suspended need X recovery
GET
List X accounts
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
Check
accounts[].health before scheduling writes. healthy can write now. recovering can retry automatically on the next account use. temporaryIssue is still paused by a transient cooldown. needsReauth requires fresh credentials, TOTP setup, or a resolved security challenge through Re-authenticate X Account. locked and suspended stay blocked until the account is fixed on X.Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
- 200 OK
- 401 Unauthenticated
- 429 Rate Limited
Array of connected X account objects.
Unique account ID.
X username.
X user ID.
Account connection status (e.g.
"active").Derived login/cookie health. One of
healthy, locked, needsReauth, recovering, suspended, temporaryIssue. See Account health below.Proxy region used for the connection (e.g.
"US").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.
Related: Connect X Account to add a new account, or Get X Account to fetch details for a specific account.
Account health
Thehealth field is derived from recent login and cookie state. Use it before writes so your workflow proceeds, waits, retries automatically, or asks the operator to fix the account first.
healthy
Cookies are valid. Writes can proceed.
needsReauth
Credentials, TOTP, email verification, passkey, or another security
challenge blocked login. Use reauth
with current credentials and a valid TOTP secret before retrying writes.
locked
X locked the account or requires account-side verification. Complete the X
check, then reauth or reconnect after the account works again.
suspended
X suspended the account. Appeal on X; writes and automatic retries stay
paused until the account is restored.
recovering
Past a transient cooldown. Xquik will retry automatically on the next
account use.
temporaryIssue
Transient or automated cooldown is still active. Wait for recovery, or use
bulk retry for temporary failures.
Last modified on May 23, 2026
List X accounts