Notifications

Mark Notification As Read

PUT
/auth/user/notifications/{notificationId}/see

Mark a notification as seen.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

notificationId*string

Must be a valid notification ID.

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/auth/user/notifications/string/see"
{
  "id": "frq_00000000-0000-0000-0000-000000000000",
  "type": "friendRequest",
  "created_at": "2021-01-01T00:00:00.000Z",
  "details": "{}",
  "message": "",
  "seen": false,
  "senderUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}