> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Codes

| Status Code | Category              | Sample HTTP Response                            | Description                                                      |
| ----------- | --------------------- | ----------------------------------------------- | ---------------------------------------------------------------- |
| 400         | Bad Request           | `{ "error": "Bad Request" }`                    | Invalid request payload: 'email' field is required.              |
| 401         | Unauthorized          | `{ "error": "Unauthorized }`                    | Authentication is required. Please provide a valid access token. |
| 403         | Forbidden             | `{ "error": "Forbidden" }`                      | You do not have permission to access this resource.              |
| 404         | Not Found             | `{ "error": "Not found." }`                     | The requested resource was not found.                            |
| 405         | Method Not Allowed    | `{ "error": "Method \"DELETE\" not allowed." }` | Request method 'POST' not supported for this endpoint.           |
| 500         | Internal Server Error | `{ "error": "Internal Server Error" }`          | An unexpected error occurred. Please try again later.            |
