🏷️Errors and Status
The Welcome to the Jungle Solutions API uses the following HTTP status codes:
Status Code | Meaning |
| Bad Request -- Your request is invalid |
| Unauthorized -- Your OAuth |
| Forbidden -- Your not allowed to access this resource |
| Not Found -- Resource could not be found |
| Method Not Allowed -- You tried to use an endpoint with an invalid method |
| Internal Server Error -- We had a problem with our server. Try again later. |
| Service Unavailable -- We're temporarially offline for maintenance. Please try again later. |
Error messages are returned in JSON format as described below:
Error Codes | Meaning |
| Resource not found |
| Some parameters are invalid |
| You OAuth |
| OAuth |
Last updated