Error Codes
HTTP Status Codes
The sFOX API communicates error codes through HTTP status codes. The following are the error codes currently in use:
Code | Description |
---|---|
| Bad Request — Your request was malformed in some way |
| Unauthorized - Your API key is wrong |
| Forbidden — The API key is not authorized for this endpoint |
| Not Found — The specified endpoint could not be found |
| Method Not Allowed — You tried to access a endpoint with an invalid method |
| Not Acceptable — You requested a format that isn’t json |
| Unprocessable Entity - Your request contained invalid input |
| Too Many Requests — You have exceeded your request limit |
| Internal Server Error — We had a problem with our server. Try again later. |
| Service Unavailable — We’re temporarily offline for maintanance. Please try again later. |
Last updated