NotifyHub
Openapi

Send notification

POST
/v1/server/notifications

Delivers an inbox notification to the specified recipient. The notification is persisted and, if the recipient is online, pushed in real time via the WebSocket gateway. Supports idempotency via the Idempotency-Key header — duplicate requests within the retention window return the original response. Optionally attach a topicId to associate the notification with a subscription topic for preference-based filtering.

Authorization

environmentKey
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://loading/v1/server/notifications"
Empty