Skip to main content

Mark notifications as read

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/notifications/read

Allow to select which notifications were read and saving a read date

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
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
]
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "notifications": [
    5
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!