Items
Wearable and emote item management
Returns all items (committee members only)
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
List of items
Unauthorized - authentication required or insufficient permissions
Returns items for a specific address
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Page number for pagination
1Number of items per page
20List of items
Unauthorized - authentication required or insufficient permissions
Returns an item by ID
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Item UUID
Item details
Unauthorized - authentication required or insufficient permissions
Resource not found
Internal server error
Creates a new item or updates an existing one (by ID or URN)
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Item UUID or URN
^(urn:decentraland:(mainnet|goerli|sepolia|matic|mumbai|amoy):collections-thirdparty:[^:|\\s]+):([^:|\\s]+):([^:|\\s]+)$Item created/updated successfully
No content
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Resource not found
Conflict - resource already exists or is in an invalid state
Resource is locked and cannot be modified
No content
Deletes an item
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Item UUID
Item deleted successfully
No content
Unauthorized - authentication required or insufficient permissions
Resource not found
Conflict - resource already exists or is in an invalid state
Resource is locked and cannot be modified
Internal server error
No content
Returns items for a specific collection
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Page number for pagination
1Number of items per page
20List of items
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Resource not found
Uploads content files for an item
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Item UUID
Files uploaded successfully
No content
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Uploads a video file for an item (max 250MB)
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Item UUID
Video uploaded successfully
No content
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Returns item contents by contract address and item ID
Item contents
Resource not found
Internal server error
Last updated