For the complete documentation index, see llms.txt. This page is also available as Markdown.

Outfits

Outfit configuration and validation

Get outfit by ID

get
/outfits/{id}

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
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