Get Tilia TOS Agreement Status
Gets the status of the agreement of a user to the Tilia TOS
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
userIdstring
Must be a valid user ID.
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/user/string/tilia/tos"{
"signed_tos": true
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}