Skip to content

Mark all the caller's notifications read.

POST
/notifications/read-all
curl --request POST \
--url https://api.gospl.example/v1/notifications/read-all \
--header 'Authorization: Bearer <token>'

All marked read.

Missing/invalid credentials.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}