Authentication

Verify Auth Token

GET
/auth

Verify whether the currently provided Auth Token is valid.

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/auth"
{
  "ok": true,
  "token": "string"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}