Miscellaneous

List Frontend Branches

GET
/frontend/branches

List the frontend branches the currently authenticated user may switch to.

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/frontend/branches"
[
  null
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}