Skip to main content
POST
/
x
/
accounts
/
bulk-retry
Bulk retry X accounts
curl --request POST \
  --url https://xquik.com/api/v1/x/accounts/bulk-retry \
  --header 'x-api-key: <api-key>'

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
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.
Last modified on May 6, 2026