Economy

Get Tilia TOS Agreement Status

GET
/user/{userId}/tilia/tos

Gets the status of the agreement of a user to the Tilia TOS

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

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
  }
}