Notification Center
The Notification Center provides a high-performance framework for building and managing APIs with FastAPI, leveraging its speed and simplicity for optimal performance. This service includes comprehensive notification operations, enabling seamless addition and retrieval of notifications to keep users informed in real-time. Additionally, it supports robust WebSocket operations, including sending messages, broadcasting to multiple clients, and managing connections, ensuring efficient real-time communication and interaction. Designed for scalability and efficiency, the Notification Center is ideal for organizations seeking to implement responsive and interactive API-driven applications.
Notification Operations
Notification Operations provide a comprehensive suite of APIs for managing notifications, allowing for seamless addition and retrieval of alerts to keep users informed and up-to-date in real-time.
Notification Operations - Add Notification POST /v1/notification/create_notification
| Resource URL | /v1/notification/create_notification |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |
Notification Operations - Get Notification List GET /v1/notification/notification_list
| Resource URL | /v1/notification/notification_list |
|---|---|
| Response Format | Json |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Example Request
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Success |
| 403 | Authentication Required |
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Succcess |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Invalid Input |
| 404 | invalid or not founc type |