Skip to main content
Vinted endpoints live under /v1/vinted/*. See the API Reference for the full endpoint list.

Enabled markets

Nephia enables these Vinted markets: Pass market on Vinted pull and watch requests. If market is omitted, Nephia defaults to fr (same default as Vinted). A market outside this allowlist returns 400 with code VALIDATION.

Search filters

GET /v1/vinted/search and watch criteria use flat query parameters — not a nested filters object: Array parameters accept either repeated values or a comma-separated string.

Reference data

GET /v1/vinted/reference/{type} returns Vinted filter metadata. Supported type values: brands, colors, statuses, sizes, markets.
GET /v1/vinted/reference/markets returns Vinted’s full country catalogue. That list is not the same as Nephia’s enabled-market allowlist — only markets documented above are callable.
Credit costs per type are in Credits.

Watches

Vinted watches poll search criteria and deliver listing.* webhook events. See Watches and Webhooks.