v6 documentation is incomplete, want to contribute?

Spawn Inventory Item

Returns an InventorySpawn object.

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

GET
/inventory/spawn
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

idstring

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
  }
}