Skip to main content
POST
/
x
/
accounts
/
bulk-retry
Bulk retry X accounts
curl --request POST \
  --url https://api.example.com/x/accounts/bulk-retry \
  --header 'x-api-key: <x-api-key>'
Free — does not consume credits
Clears loginFailedAt and loginFailureReason for all accounts with transient or automated failure reasons, making them eligible for retry on next use.
curl -X POST https://xquik.com/api/v1/x/accounts/bulk-retry \
  -H "x-api-key: xq_YOUR_KEY_HERE" | jq

Headers

x-api-key
string
required
Your API key. Generate a key from the dashboard.

Response

cleared
integer
Number of accounts cleared for retry.
{
  "cleared": 3
}
Related: List X Accounts to check account statuses, or Re-authenticate to fix a specific account manually.