Miscellaneous

Check API Health

GET
/health

Gets the overall health status, the server name, and the current build version tag of the API.

VRChat has restricted this endpoint, which now always returns 401 Unauthorized.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/health"
{
  "buildVersionTag": "master-build-2021-06-24-fred-drakeshoot",
  "ok": true,
  "serverName": "prod-api-green-marsh-dgt"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}