Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Request successful. |
| 400 | Bad Request | Request failed. Modify the request and then try again. |
| 401 | Unauthorized | Authentication failed. The authentication information provided by the client is incorrect or invalid. |
| 403 | Forbidden | Request rejected. Modify the request and then try again. The server has received and understood the request; yet it refused to respond, because the request is set to deny access. |
| 404 | NotFound | Cannot find the requested resource. Modify the request and then try again. |
| 500 | InternalServerError | Internal error. The server is able to receive the request but it could not understand the request. |