UXCam server issues a status code for every request made by the client. The status of the response can be known by using these status codes.
Status Code | Reason | Description | |
---|---|---|---|
1 | 200 | OK | Everything worked fine |
2 | 400 | Bad request | The request contained an unexpected or bad parameter |
3 | 401 | Unauthorized request | No valid API or appid key provided |
4 | 402 | Request failed | The parameters were valid but the request is Invalid |
5 | 403 | Forbidden request | The API key or appid doesn't have permissions to perform the request |
6 | 404 | Not found | The requested resource doesn't exist |
7 | 429 | Request limit exceeded | Too many requests |
8 | 500, 502, 503, 504 | Server side error | Something wrong on the server |
Note: The API server limits the concurrent requests to 5 at all times while permitting 500 requests per hour.