Missing username, email, or password, or invalid field format.
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
Missing or invalid API key.
{ "error": "account_already_connected", "message": "This X account is already connected" }
The specified X account is already connected to your Xquik account.
{ "error": "rate_limit_exceeded", "message": "Too many connection attempts. Try again in 15 minutes.", "retryAfter": 900 }
You have exceeded the connection rate limit (3 per 15 minutes). The response includes a Retry-After: 900 header indicating how many seconds to wait before retrying. See the rate limits guide for details.
{ "error": "connection_failed", "message": "Could not authenticate with X. Check credentials." }
The provided credentials could not authenticate with X. Verify username, email, password, and TOTP secret.