Economy

List Token Bundles

GET
/tokenBundles

Gets the list of token bundles

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/tokenBundles"
[
  {
    "amount": 0,
    "appleProductId": "string",
    "description": "string",
    "googleProductId": "string",
    "id": "string",
    "imageUrl": "string",
    "oculusSku": "string",
    "steamItemId": "string",
    "tokens": 0
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}