FileSpin follows standard HTTP semantics for response codes
API calls return the following HTTP response codes:
| Code | Meaning |
|---|---|
| 200 | OK -- Request was successful |
| 202 | Received -- Request was received successfully. Further processing may happen asynchronously. |
| 400 | Bad Request -- Request has incorrect parameters |
| 401 | Unauthorized -- Requested operation not permitted |
| 403 | Forbidden -- Request is not allowed for the API key |
| 404 | Not Found -- Requested resource is not found |
| 405 | Method Not Allowed |
| 409 | Conflict. Request cannot be completed because it conflicts with the current state of the target resource on the server. |
| 422 | Unprocessable Content - Feature Not Available |
| 429 | Too Many Requests -- Slow down! |
| 500 | Internal Server Error -- We had a problem with our server. Try again later. |
| 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |