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
The ID of the outfit to retrieve.
Response fields
Status: 200 OKThe requested outfit object.
Example
cURL
Response