Notifications API
Manage notification events and delivery.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/notifications | List all notifications |
GET | /api/v1/notifications/{id} | Get notification by ID |
POST | /api/v1/notifications | Create a notification |
PUT | /api/v1/notifications/{id}/read | Mark notification as read |
DELETE | /api/v1/notifications/{id} | Delete a notification |