v6 documentation is incomplete, want to contribute?

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.

GET
/user/{userId}/tilia/tos
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
  }
}