Levain LabsLevain Labs
ApiNotifications

Mark Read

Mark a single notification read.

Mark a single notification read.

POST
/api/v1/notifications/{notification_id}/read

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

notification_id*Notification Id
Formatuuid

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X POST "https://api.levainlabs.com/api/v1/notifications/497f6eca-6276-4993-bfeb-53cbbbba6f08/read"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}