Inventory

Spawn Inventory Item

GET
/inventory/spawn

Returns an InventorySpawn object.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

id*string

Id for inventory item spawning.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/inventory/spawn?id=inv_10bce5b0-2d2b-44e0-900d-db6534615162"
{
  "token": "string",
  "version": 0
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}