List recipients
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.
Authorization
environmentKey In: header
Response Body
curl -X GET "https://loading/v1/server/recipients"Issue session token POST
Issues an HMAC-HS256 JWT that a recipient's browser client can use to authenticate with the realtime gateway and the /v1/me/* endpoints. The token embeds the recipient's external id and optional scopes. Provide an `expiresIn` value (number of seconds or a duration string like "1h") to control token lifetime; defaults to 1 hour. If the recipient does not yet exist, it is created automatically with the provided profile fields.
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.