Deprecated

Get Seller Eligibility

GET
/economy/seller/eligibility

Return the current user's eligibility to become a seller.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/economy/seller/eligibility"
{
  "eligible": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": "The endpoint you're looking for is not implemented by our system.",
  "status_code": 404
}