Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description EmailAddress String The email address to send alert notifications to. EmailAddressValidated Boolean Set to true if the email address has been validated. NotifyWithMail Boolean Send an email when a notification is triggered. NotifyWithPopup Boolean Show triggered notifications with pop-ups. Sound AlertSound The sound to play when showing a popup notification. -
Request Example
Request URL
GET /vas/v1/pricealerts/usersettings
-
Response Example
Response body
{ "EmailAddress": "john.doe@broker.com", "EmailAddressValidated": true, "NotifyWithMail": true, "NotifyWithPopup": true, "Sound": "None" }