v6 documentation is incomplete, want to contribute?

Get User Notes

Get recently updated user notes

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/userNotes
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offset?integer

A zero-based offset from the default object sorting from where search results start.

Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/userNotes?n=60&offset=0"
[
  {
    "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
  }
}