Endpoint Parameters
-
Request parameters
Name Type Origin Description EmailAddress String Body The email address to send alert notifications to. NotifyWithMail Boolean Body Send an email when a notification is triggered. NotifyWithPopup Boolean Body Show triggered notifications with pop-ups. Sound AlertSound Body The sound to play when showing a popup notification. -
Response Parameters
View Response CodesThere are no response parameters
-
Request Example
Request URL
PUT /vas/v1/pricealerts/usersettings
Request Body
{ "EmailAddress": "john.doe@broker.com", "NotifyWithMail": true, "NotifyWithPopup": true, "Sound": "None" }