Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Publish Events
For publishing events, the required scope is alerts:publish.
ENDPOINTS
post
/db-events/v1/realtime-events
Header parameters
Collapse
Expand
Authorization
string
required
An OAuth2 access token that authorizes this request. Must be in the format Bearer {ACCESS_TOKEN}
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl -X 'POST' \
'https://api.candescent.com/digitalbanking/db-events/v1/realtime-events' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"eventDetails": {
"additionalInfo": {},
"eventId": "string",
"eventNoticed": "2025-04-08T16:48:03.667Z",
"eventOccured": "2025-04-08T16:48:03.667Z",
"eventSource": "string",
"eventTags": [
"string"
],
"eventType": "string",
"institutionCustomerId": "string",
"institutionId": "string"
},
"eventDomainType": "string"
}';
No items found.
No items found.