Get Garment
Get Garment
Path Parameters
id uuid required
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
name Name required
Possible values: <= 100 characters
source_type SourceTypes required
Possible values: [custom
, default
, exclusive
, payable
, promotion
, designed
]
style object
type GarmentTypes required
Possible values: [top
, bottom
, shoes
, accessories
]
place GarmentPlace required
Possible values: [head
, body
]
garment_metadata object
Default value: [object Object]
gender Gender required
Possible values: [male
, female
]
id uuid required
created_at date-time required
url uri required
Possible values: non-empty
thumbnail_url Thumbnail Url
payable_data object
price Price required
description Description required
payment_id Payment Id
payment_link Payment Link
{ "name": "string", "source_type": "custom", "style": "phr", "type": "top", "place": "head", "garment_metadata": {}, "gender": "male", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:52.695Z", "url": "string", "thumbnail_url": "string", "payable_data": { "price": 0, "description": "string", "payment_id": "string", "payment_link": "string" } }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...