Economy

Get Seller Eligibility

GET
/economy/seller/eligibility

Get the eligibility of the currently authenticated user to become a seller

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/seller/eligibility"
{
  "eligible": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}