| 200 | OK | The request was successful, and the server returned the requested data. |
| 201 | Created | The request was successful, a resource was created and the server returns the requested data. |
| 400 | Invalid request | The request contains an error. No data was created or modified. |
| 401 | Unauthorized | The authentication token is invalid. |
| 403 | Forbidden | The user is authenticated but does not have permission to perform the requested operation. |
| 404 | Not found | The server could not find the requested resource. |
| 405 | Method not allowed | The HTTP method used is not allowed for this endpoint. |
| 408 | Request Timeout | The request timed out. |