GET /users/me/outfits/sync to fetch only the outfit changes that occurred since your last sync. The response includes full outfit objects — including scene placement data — for any outfits created or modified, IDs of deleted outfits, and a server_time cursor for your next call. If you omit updated_since, all outfits are returned.
Endpoint
Query parameters
ISO 8601 datetime. Only outfits updated or deleted after this time are returned. If omitted, all outfits are returned from the beginning.
Response fields
Status: 200 OKOutfit objects that were created or modified since
updated_since. Each object includes full scene placement data.IDs of outfits that were deleted since
updated_since.Current server time in ISO 8601 format. Use this as
updated_since on your next sync call.Example
cURL
Response