Show notification
Get a notification by notification not_ ID.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
notificationIdstring
Must be a valid notification ID.
Response Body
application/json
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/auth/user/notifications/string"{
"id": "frq_00000000-0000-0000-0000-000000000000",
"senderUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"type": "friendRequest",
"message": "",
"details": "{}",
"seen": false,
"created_at": "2021-01-01T00:00:00.000Z"
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}{
"error": {
"message": "Notification not found",
"status_code": 404
}
}