Get User Note
Get a particular user note
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
userNoteIdstring
Must be a valid user note ID.
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/userNotes/string"{
"createdAt": "2019-08-24T14:15:22Z",
"id": "unt_e9074848-d107-4019-b4aa-bbd19e67660d",
"note": "string",
"targetUser": {
"currentAvatarTags": [
"string"
],
"currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_aae83ed9-d42d-4d72-9f4b-9f1e41ed17e1/1/256",
"displayName": "string",
"id": "unt_e9074848-d107-4019-b4aa-bbd19e67660d",
"profilePicOverride": "string",
"userIcon": "string"
},
"targetUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"userId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469"
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}