Update User Preferences
Update User Full Preference
API to update user preferences across all channels and categories with translated names and descriptions in the response.
PATCH
Update User Full Preference
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
distinct_id of the user whose preferences should be updated
Query Parameters
to update user preferences for a particular tenant
Body
application/json
Use this to update channel level user preferences. Set is_restricted - true if the channel is opted_out by the user. This will only send critical notifications to the user which can't be opted out
Use this to update user preference across categories and channels inside a category.
Previous
Category and Channel within CategoryAPI to update user preferences for a specific notification category.
Next
Update User Full Preference