Skip to main content
PATCH
/
accounts
/
users
/
notifications
/
viewed
Set user notification as viewed
curl --request PATCH \
  --url https://api.quiva.ai/accounts/users/notifications/viewed \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
subject
string
required

Subject of the notificaiton

Response

Notification successfully updated as viewed

data
object
required