Skip to main content
PATCH
/
user-data
/
:userDataId
/
notification-preferences
Update Notification Preferences
curl --request PATCH \
  --url https://www.api.baselink.tech/user-data/:userDataId/notification-preferences \
  --header 'bearer: <api-key>'
{
  "success": true,
  "userConfig": {},
  "message": "<string>"
}
Update user notification preferences specifically.
success
boolean
Indicates if the notification preferences were updated successfully.
userConfig
object
The updated user configuration object.
message
string
Success or error message.