Upsert recipient
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.
Authorization
environmentKey In: header
Response Body
curl -X POST "https://loading/v1/server/recipients"List recipients GET
Returns a paginated list of recipients belonging to the environment determined by the API key. Use the `cursor` query parameter for keyset pagination and `status` to filter by recipient lifecycle state. Results are ordered by creation time descending.
Get recipient GET
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.