Get Inventory Template
Returns an InventoryTemplate object.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
inventoryTemplateIdstring
Must be a valid inventory template ID.
Response Body
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/inventory/template/invt_00000000-0000-0000-0000-000000000000"{
"authorId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"collections": [
"string"
],
"created_at": "2025-06-12T20:21:15.056Z",
"description": "string",
"flags": [
"string"
],
"id": "invt_b80ce14b-038b-4f56-b970-d232771d62e3",
"imageUrl": "string",
"itemType": "prop",
"itemTypeLabel": "string",
"metadata": {
"inventoryItemsToInstantiate": [
"invt_b80ce14b-038b-4f56-b970-d232771d62e3"
],
"animated": true,
"animationStyle": "string",
"assetBundleId": "string",
"fileId": "string",
"imageUrl": "string",
"maskTag": "string",
"propId": "prop_829ba6f6-b837-49d9-b9a9-056b82103b58"
},
"name": "string",
"notificationDetails": {
"body": "string",
"imageUrl": "string",
"title": "string"
},
"status": "live",
"tags": [
"string"
],
"updated_at": "2025-06-10T20:37:31.837Z"
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}