Status Codes¶
Status Code | Status | Description |
---|---|---|
200 | OK | Request processed successfully. |
204 | No Content | The request is processed successfully and no content is returned. |
400 | Bad Request | The request parameter is incorrect. |
403 | Forbidden | The server understood the request, but is refusing to fulfill it. |
404 | Not Found | The requested resource does not exist or not found. |
500 | Internal Server Error | Internal service error. |