v6 documentation is incomplete, want to contribute?

Get Economy Account

Gets the economy account of a user

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/user/{userId}/economy/account
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userIdstring

Must be a valid user ID.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/user/string/economy/account"
{
  "accountActivatedOn": "2019-08-24T14:15:22Z",
  "accountId": "string",
  "blocked": true,
  "canSpend": true,
  "source": "string",
  "userId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469"
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}