Economy

Get User Subscription Eligiblity

GET
/users/{userId}/subscription/eligible

Get the user's eligibility status for subscriptions.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Query Parameters

steamId?string

The Steam ID of the user.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/string/subscription/eligible"
{
  "activeCancelledSubscription": true,
  "giftEligible": true,
  "nonExtendVendorWillLoseGiftTime": true,
  "purchaseEligible": true,
  "subscriptionEligible": true,
  "subscriptionOnAltAccount": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}