Http Status Code
When the server encounters an error while processing a client request, it sends the appropriate HTTP Status Code back to the client in response. WorkDrive will recognize the following status codes:
| HTTP Status Code | Message | Description |
|---|---|---|
| 200 | OK | The API request was successful. |
| 201 | Created | The request for record creation was successful. |
| 204 | No Content | The request was successful, but there is no content to return. |
| 400 | Bad Request | The request is invalid or contains incorrect parameters. |
| 401 | Unauthorized | You do not have permission to perform this operation. |
| 402 | Payment Required | The license has expired. |
| 404 | Not Found | The requested resource or endpoint was not found. |
| 405 | Method Not Allowed | The specified HTTP method is not supported for this endpoint. |
| 415 | Unsupported Media Type | The server rejected the request because the uploaded media or file type is not supported. |
| 422 | Unprocessable Entity | The request is syntactically correct, but the provided input cannot be processed. |
| 500 | Internal Server Error | An unexpected server error occurred while processing the request. |
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.