The Swoogo API uses the following error codes

Error CodeMeaning
400Bad Request – Your request is wrong
401Unauthorized – Your API credentials are wrong
403Forbidden – You don’t have permissions to view the resource you requested
404Not Found – The specified resource could not be found
405Method Not Allowed – You tried to access a resource with an invalid method
415Unsupported Media Type – The requested content type or version number is invalid
418I'm a teapot
422Unprocessable Entity – Data validation failed (in response to a POST request, for example). Please check the response body for details.
429Too Many Requests – You’re requesting too many resources! 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.

What’s Next