Collections
Wearable and emote collection management
Returns collections with filtering and pagination (committee members only for full access)
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Search query
Page number for pagination
1Number of items per page
20List of collections
Unauthorized - authentication required or insufficient permissions
Returns collections 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 collections
Unauthorized - authentication required or insufficient permissions
Returns a collection by ID
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Collection details
Unauthorized - authentication required or insufficient permissions
Resource not found
Creates a new collection or updates an existing one
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Collection created/updated successfully
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Conflict - resource already exists or is in an invalid state
Resource is locked and cannot be modified
No content
Deletes a collection
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Collection deleted successfully
Unauthorized - authentication required or insufficient permissions
Conflict - resource already exists or is in an invalid state
Resource is locked and cannot be modified
No content
Publishes a collection to the blockchain
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Collection published successfully
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Conflict - resource already exists or is in an invalid state
No content
Locks a collection until publication
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Collection locked successfully
Unauthorized - authentication required or insufficient permissions
Resource not found
Internal server error
Records Terms of Service acceptance for collection publication
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
TOS recorded successfully
Unauthorized - authentication required or insufficient permissions
Resource not found
Internal server error
No content
Returns data needed to approve a third-party collection
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Collection UUID
Approval data
Unauthorized - authentication required or insufficient permissions
Resource not found
Conflict - resource already exists or is in an invalid state
Internal server error
Returns collection contract addresses with filtering
Page number for pagination
1Number of items per page
20List of addresses
List of addresses
No content
Last updated