Economy

List User Products

GET
/user/{userId}/products

Gets the products of a given user.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Query Parameters

n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offset?integer

A zero-based offset from the default object sorting from where search results start.

Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/user/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/products"
[
  {
    "archived": true,
    "created": "2019-08-24T14:15:22Z",
    "description": "string",
    "displayName": "string",
    "groupAccess": false,
    "groupAccessRemove": false,
    "groupId": "grp_71a7ff59-112c-4e78-a990-c7cc650776e5",
    "groupRoleId": "grol_459d3911-f672-44bc-b84d-e54ffe7960fe",
    "id": "prod_bfbc2315-247a-44d7-bfea-5237f8d56cb4",
    "imageId": "file_ce35d830-e20a-4df0-a6d4-5aaef4508044",
    "imageUrl": "string",
    "parentListings": [
      "prod_bfbc2315-247a-44d7-bfea-5237f8d56cb4"
    ],
    "productType": "inventory",
    "productTypeLabel": "string",
    "purchaseCount": 0,
    "purchaseCountQuantity": 0,
    "sellerDisplayName": "string",
    "sellerId": "string",
    "tags": [
      "string"
    ],
    "updated": "2019-08-24T14:15:22Z",
    "useForSubscriberList": false
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}