Outfits
Outfit configuration and validation
Retrieves an outfit configuration and validates that the owner possesses all required items
Path parameters
idstringRequired
The outfit ID (Ethereum address)
Responses
200
Outfit entity
application/json
Content entity metadata
versionstringOptional
idstringOptional
typestringOptional
pointersstring[]Optional
timestampintegerOptional
metadataobjectOptional
404
Resource not found
application/json
get/outfits/{id}
GET /lambdas/outfits/{id} HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"version": "text",
"id": "text",
"type": "text",
"pointers": [
"text"
],
"timestamp": 1,
"content": [
{
"file": "text",
"hash": "text"
}
],
"metadata": {}
}Last updated