v6 documentation is incomplete, want to contribute?

Share Inventory Item by Pedestal

Returns an InventorySpawn object.

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

GET
/inventory/cloning/pedestal
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

itemIdstring

Id for inventory item sharing.

durationinteger

The duration before the sharing pedestal despawns.

Default90
Range30 <= value <= 86400

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/inventory/cloning/pedestal?itemId=inv_10bce5b0-2d2b-44e0-900d-db6534615162&duration=90"
{
  "token": "string",
  "version": 0
}

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