Skip to content

Common Error Codes

The eFiling API uses standard HTTP status codes:

StatusMeaningWhat to do
200OKRequest succeeded.
400Bad RequestFix the request shape / parameters.
401UnauthorizedCheck your API key and Authorization header.
403ForbiddenThe key is valid but lacks access.
404Not FoundCheck the resource ID.
429Too Many RequestsBack off — see Rate limiting.
500Internal Server ErrorRetry with backoff; contact support if persistent.
503Service UnavailableRetry with backoff.