AurionAI Docs

Mark Notification Read

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

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

notification_id*Notification Id

Response Body

application/json

curl -X POST "https://loading/api/v2/notifications/string/read"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}