The ChatBeacon API uses conventional HTTP status codes to indicate success or failure. Responses with a status code starting with 4xx or 5xx can be considered as failed.
| HTTP Status Code | Text | Description |
|---|---|---|
| 401 | Unauthorized | Authentication has failed or has not been provided yet. |
| 404 | Not Found | The requested resource could not be found. |
| 500 | Internal Server Error | An internal API error occurred. Please review the server logs or contact [email protected]. |