Notification subscriptions
Notification subscriptions control how and what types of emails a user receives from R0. E.g. if you want to unsubscribe via the API, you're in the right spot.
Notification preferences are always applied to an individual user, to allow users the flexibility to manage their own notification preferences. These preferences are initially set when the user account is created. Notification preferences can also be updated in the web app and mobile app.
User notifications are edited via the edit user endpoint. However, it's a bit tricky as this a nested list of arrays. If you request your user account you'll see a full list of the notification channels you're subscribed to (e.g. Product updates). You'll also see an ID (uuid) for each of these and your current status. If you'd like to enable or disable a notifiaction simply include the id and a status of active
or disabled
respectively.
Example notification update request body:
Last updated