Authentication

Get Interests and Preferences

GET
/auth/user/interestsAndPreferences

Returns the interests and preferences the current user has turned on.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/auth/user/interestsAndPreferences"

{}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}