Guides

Response Codes

FileSpin follows standard HTTP semantics for response codes

API calls return the following HTTP response codes:

CodeMeaning
200OK -- Request was successful
202Received -- Request was received successfully. Further processing may happen asynchronously.
400Bad Request -- Request has incorrect parameters
401Unauthorized -- Requested operation not permitted
403Forbidden -- Request is not allowed for the API key
404Not Found -- Requested resource is not found
405Method Not Allowed
422Unprocessable Content - Feature Not Available
429Too Many Requests -- Slow down!
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.