Skip to main content
Call GET /outfits/{outfit_id} to fetch a single outfit in full detail. The response includes the complete canvas scene — every CanvasPlacement object with its coordinates, layer order, scale, and rotation — along with all metadata such as tags and seasons. You can retrieve any outfit you own, or any outfit that another user has made public.

Endpoint

Path parameters

outfit_id
string
required
The ID of the outfit to retrieve.

Response fields

Status: 200 OK
outfit
object
required
The requested outfit object.

Example

cURL
Response