v1
latestOpenAPI 3.1.02026-07-24770322.0 KBMark Notification Unread
This API endpoint marks a notification as unread.
post/v1/notifications/{id}/unread
Path parameters
idstring required
The ID of the notification to mark as unread.
Response
200
Example response
{
"createdAt": "2024-03-07T20:01:57.952358557Z",
"deliveryTargets": {
"inProduct": {
"title": "Form was submitted"
}
},
"event": "formResponse.completed",
"id": "335775a7-9115-449e-8578-45d798a1c77e:BOo5R0AIg",
"object": "notification",
"recipientId": "335775a7-9115-449e-8578-45d798a1c77e",
"recipientClientId": "335775a7-9115-449e-8578-45d798a1c77e",
"recipientCompanyId": "335775a7-9115-449e-8578-45d798a1c77e",
"recipientInternalUserId": "335775a7-9115-449e-8578-45d798a1c77e",
"resourceId": "16ad9666-f5f9-4816-aa0b-cec6e23115ef",
"senderId": "dff974ea-57c7-470a-8805-ab09dc1e61ee",
"senderType": "client"
}