Skip to main content
GET
/
digitalbanking
/
db-alerts
/
v1
/
users
/
{userId}
/
preferences
Get Alert Preferences
curl --request GET \
  --url https://api.candescent.com/digitalbanking/db-alerts/v1/users/{userId}/preferences \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "alertType": "<string>",
    "channel": "<string>",
    "enabled": true,
    "threshold": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Unique identifier of the member

Response

List of alert preferences

id
string

Unique identifier of the alert preference

alertType
string

Type of alert (LOW_BALANCE, TRANSFER_COMPLETE, LOGIN, etc.)

channel
string

Delivery channel (EMAIL, SMS, PUSH)

enabled
boolean
threshold
number

Threshold value for balance alerts