NotifyHub
Openapi

Put recipient

PUT
/v1/server/recipients/{recipientId}

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
AuthorizationBearer <token>

In: header

Response Body

curl -X PUT "https://loading/v1/server/recipients/{recipientId}"
Empty