Levain LabsLevain Labs
ApiNotifications

Mark All Read

Mark every visible unread notification read.

Mark every visible unread notification read.

POST
/api/v1/notifications/read-all

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X POST "https://api.levainlabs.com/api/v1/notifications/read-all"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}