v6 documentation is incomplete, want to contribute?

List Token Bundles

Gets the list of token bundles

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

GET
/tokenBundles
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/tokenBundles"
[
  {
    "id": "string",
    "appleProductId": "string",
    "steamItemId": "string",
    "oculusSku": "string",
    "googleProductId": "string",
    "amount": 0,
    "description": "string",
    "tokens": 0,
    "imageUrl": "string"
  }
]

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