Inventory

List Inventory Collections

GET
/inventory/collections

Returns a list of collection names.

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/inventory/collections"
[
  "string"
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}