Common Error Codes
HTTP status codes
Section titled “HTTP status codes”The eFiling API uses standard HTTP status codes:
| Status | Meaning | What to do |
|---|---|---|
200 | OK | Request succeeded. |
400 | Bad Request | Fix the request shape / parameters. |
401 | Unauthorized | Check your API key and Authorization header. |
403 | Forbidden | The key is valid but lacks access. |
404 | Not Found | Check the resource ID. |
429 | Too Many Requests | Back off — see Rate limiting. |
500 | Internal Server Error | Retry with backoff; contact support if persistent. |
503 | Service Unavailable | Retry with backoff. |