Get Favorite Limits
Return information about a specific Favorite.
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
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/auth/user/favoritelimits"{
"defaultMaxFavoriteGroups": 0,
"defaultMaxFavoritesPerGroup": 0,
"maxFavoriteGroups": {
"avatar": 0,
"friend": 0,
"world": 0
},
"maxFavoritesPerGroup": {
"avatar": 0,
"friend": 0,
"world": 0
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}