Deprecated

Get User Credits Eligibility

GET
/users/{userId}/credits/eligible

Return the user's subscription credit eligibility.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Query Parameters

subscriptionId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/credits/eligible?subscriptionId=string"
{
  "eligible": true,
  "reason": "string"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": "The endpoint you're looking for is not implemented by our system.",
  "status_code": 404
}