Skip to content

Mark all of the customer's notifications read

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

Default Response

Media typeapplication/json
object
data
required
object
ok
required
boolean
Examplegenerated
{
"data": {
"ok": true
}
}