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