Skip to content

Mark one notification read.

POST
/notifications/{notificationId}/read
curl --request POST \
--url https://api.gospl.example/v1/notifications/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/read \
--header 'Authorization: Bearer <token>'
notificationId
required
string format: uuid

Marked read.

Missing/invalid credentials.

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

Not found within the caller’s tenant.

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