Miscellaneous

Get Beta Registration

GET
/beta/{betaName}/register

Get the currently authenticated user's registration for a beta program.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

betaName*string

The name of a beta program.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/beta/ios-closed-beta/register"
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": "No registration found"
}