Put recipient
Full-replacement upsert keyed by the {recipientId} path segment. If the recipient exists, its profile is replaced entirely with the provided fields. If it does not exist, a new recipient is created. This endpoint is idempotent — repeated calls with the same body produce the same result.
Authorization
environmentKey In: header
Response Body
curl -X PUT "https://loading/v1/server/recipients/{recipientId}"Delete recipient DELETE
Permanently removes the recipient and all associated notifications, preferences, and delivery records from the environment. This action is irreversible. The endpoint is idempotent — deleting an already-deleted recipient returns success.
Send notification POST
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.