Get recipient
Retrieves the full recipient record including profile, device tokens, engagement counters, and subscription status. The {recipientId} path segment is the external id assigned by your application. Returns 404 if the recipient does not exist in this environment.
Authorization
environmentKey In: header
Response Body
curl -X GET "https://loading/v1/server/recipients/{recipientId}"Upsert recipient POST
Creates a new recipient or shallow-merges the provided profile fields into an existing recipient matched by `id`. Device tokens are appended rather than replaced. Returns the full recipient object after the write.
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.