Common error codes, pitfalls, and how to resolve them.
If you run into issues integrating with the Field Nation API, use this guide to diagnose and resolve common errors.
| Code | Meaning | Action |
|---|---|---|
400 | Bad Request | Check your JSON syntax and data types. |
401 | Unauthorized | Check your token validity. |
403 | Forbidden | Check your user permissions (Scopes). |
404 | Not Found | Validate your IDs. |
429 | Too Many Requests | Slow down. Implement exponential backoff. |
500 | Server Error | Retry once. If it persists, contact support. |
Last updated on