Users

Get Age Verification Status

GET
/ageVerification/status

Get the currently authenticated user's age verification status.

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/ageVerification/status"
{
  "status": "string"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}