Notification
Listen to user and emit acknowledgment
This listener processes the acknowledgement body and adds audit-logs
POST
/
notification
/
acknowledgment
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
tenant-key
string
requiredtenant id
Body
application/json
Acknowledgment received
id
string
documentType
string
notificationType
string
notificationDate
string
Response
200 - application/json
Acknowledgment received
id
string
documentType
string
notificationType
string
notificationDate
string
Was this page helpful?