Economy

Get Active Licenses

GET
/economy/licenses/active

Gets active licenses

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/economy/licenses/active"
[
  {
    "forAction": "have",
    "forId": "string",
    "forName": "string",
    "forType": "permission"
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}