Mark notifications as read
POSThttps://us.app.unleash-hosted.com/ushosted/api/admin/notifications/read
Allow to select which notifications were read and saving a read date
Request
Responses
- 200
This response has no body.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/notifications/read' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"notifications": [
5
]
}'
ResponseClear