Skip to main content
GET
/
digitalbanking
/
db-alerts
/
v1
/
events
Get Alert Events
curl --request GET \
  --url https://api.candescent.com/digitalbanking/db-alerts/v1/events \
  --header 'Authorization: Bearer <token>'
[
  {
    "eventId": "<string>",
    "eventType": "<string>",
    "userId": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

userId
string

Filter events by member user ID

from
string<date-time>

Start of date range (ISO 8601)

to
string<date-time>

End of date range (ISO 8601)

Response

List of alert events

eventId
string
eventType
string
userId
string
timestamp
string<date-time>