Users

Check User Persistence Exists

GET
/users/{userId}/{worldId}/persist/exists

Checks whether the user has persistence data for a given world

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

worldId*string

Must be a valid world ID.

Response Body

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd/persist/exists"
Empty
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
Empty