Skip to content

Mark all notifications as read for current user

POST
/api/notifications/mark-all-read
curl --request POST \
--url https://api.getvespy.com/api/notifications/mark-all-read \
--header 'Authorization: Bearer <token>'

Default Response

Media typeapplication/json
object
updated
required
integer
Examplegenerated
{
"updated": 1
}

Default Response

Media typeapplication/json
object
code
string
errors
Array<object>
object
code
required
string
message
required
string
path
required
string
message
required
string
Examplegenerated
{
"code": "example",
"errors": [
{
"code": "example",
"message": "example",
"path": "example"
}
],
"message": "example"
}