Check API Health
Gets the overall health status, the server name, and the current build version tag of the API.
DEPRECATED: VRChat has suddenly restricted this endpoint for unknown reasons, and now always return 401 Unauthorized.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
Response Body
application/json
curl -X GET "https://api.vrchat.cloud/api/1/health"{
"ok": true,
"serverName": "prod-api-green-marsh-dgt",
"buildVersionTag": "master-build-2021-06-24-fred-drakeshoot"
}