CallDocumentation Index
Fetch the complete documentation index at: https://docs.drssed.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /clothing/{clothing_id} to retrieve the full details of a single clothing item. The response includes all stored fields: category, color, seasons, tags, description, and the associated image reference.
Endpoint
| Field | Value |
|---|---|
| Method | GET |
| Path | /clothing/{clothing_id} |
| Auth required | Yes — Bearer token |
| Rate limit | 5 per minute |
Path parameters
UUID of the clothing item to retrieve.
Response fields
Status: 200 OKUnique identifier for the clothing item.
Display name of the item.
Category of the item. One of:
JACKET, TOP, BOTTOM, FOOTWEAR.Color of the item.
Whether the item is visible to other users.
ID of the user who owns the item.
ID of the associated image.
ISO 8601 timestamp of when the item was created.
Seasons the item is suited for. Possible values:
Spring, Summer, Autumn, Winter.Style tags applied to the item. Possible values:
Casual, Formal, Sports, Vintage.Optional free-text description of the item.
Example
cURL
Response
You can only retrieve clothing items that belong to you. Attempting to retrieve another user’s item will return a 403 error.