Economy

List Subscriptions

GET
/subscriptions

List all existing Subscriptions. For example, "vrchatplus-monthly" and "vrchatplus-yearly".

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/subscriptions"
[
  {
    "id": "vrchatplus-yearly",
    "description": "VRChat Plus (Yearly)",
    "amount": 9999,
    "period": "year",
    "steamItemId": "5000",
    "tier": 5
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}