Get Bodies From Outfit Collection
Get Bodies From Outfit Collection
Path Parameters
collection_id uuid required
Query Parameters
style any
version any
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
name Name required
thumbnail_url Thumbnail Url
style object
source_type SourceTypes required
Possible values: [custom
, default
, exclusive
, payable
, promotion
, designed
]
body_metadata object
id uuid required
created_at date-time required
url uri required
Possible values: non-empty
payable_data object
price Price required
description Description required
payment_id Payment Id
payment_link Payment Link
[ { "name": "string", "thumbnail_url": "string", "style": "phr", "source_type": "custom", "body_metadata": {}, "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:52.727Z", "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...