XFlux

Errors

Failed requests return JSON with an error message and usually a code field.

Error shape

{
  "error": "Invalid or missing API key",
  "code": "UNAUTHORIZED"
}

Codes

CodeHTTPMeaningWhat to do
UNAUTHORIZED401Missing or invalid API keyCheck Bearer / X-API-Key and that the key is active
QUOTA_EXCEEDED429Monthly API call quota used upUpgrade plan or wait until quota resets (Dashboard → Usage)
RATE_LIMIT_EXCEEDED429Per-minute request cap hitBack off; respect Retry-After header (seconds)
USER_NOT_FOUND404No public user for that @usernameVerify the handle; restricted accounts may fail
NOT_FOUND404Tweet or monitor resource not foundCheck IDs; monitors must belong to your account
UPSTREAM_ERROR502 / 504Upstream data source error or timeoutRetry with backoff; contact support if persistent

Rate limits

On RATE_LIMIT_EXCEEDED, response headers include Retry-After (seconds). Plan caps: Plans & Limits.

Related

API Errors