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 /users/me/clothing/sync to efficiently fetch only the clothing changes that occurred since your last sync. The response includes items that were created or modified, IDs of items that were deleted, and a server_time value to use as the cursor on your next call. Passing no updated_since returns the full set of clothing items from the beginning of time.
Endpoint
| Field | Value |
|---|---|
| Method | GET |
| Path | /users/me/clothing/sync |
| Auth required | Yes — Bearer token |
| Rate limit | 5 per minute |
Query parameters
ISO 8601 datetime. Only clothing items updated or deleted after this time are returned. If omitted, all items are returned from the beginning.
Response fields
Status: 200 OKClothing items that were created or modified since
updated_since. Each object has the same shape as a clothing item returned by GET /users/me/clothing.IDs of clothing items that were deleted since
updated_since.Current server time in ISO 8601 format. Use this value as
updated_since on your next sync call.Example
cURL
Response