v6 documentation is incomplete, want to contribute?

Get Current Subscriptions

Get a list of all current user subscriptions.

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

GET
/auth/user/subscription
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/auth/user/subscription"
[
  {
    "id": "vrchatplus-yearly",
    "transactionId": "txn_e5c72948-e735-4880-8245-24b2a41198b0",
    "store": "Steam",
    "steamItemId": "5000",
    "amount": 9999,
    "description": "VRChat Plus (Yearly)",
    "period": "hour",
    "tier": 5,
    "active": true,
    "status": "active",
    "starts": "string",
    "expires": "2019-08-24T14:15:22Z",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "licenseGroups": [
      "lgrp_608513da-b213-4e15-80af-bd88c27f0979"
    ],
    "isGift": false,
    "isBulkGift": false
  }
]

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