cURL
curl --request GET \ --url https://api.example.com/v1/vinted/colors
{ "colors": [ { "id": 123, "title": "<string>", "hex": "<string>" } ] }
List all available color filters for Vinted search.
Show Color object
color_ids
"#000000"
{ "colors": [ { "id": 1, "title": "Black", "hex": "#000000" }, { "id": 3, "title": "Grey", "hex": "#808080" }, { "id": 4, "title": "White", "hex": "#FFFFFF" }, { "id": 7, "title": "Blue", "hex": "#0000FF" }, { "id": 12, "title": "Red", "hex": "#FF0000" } ] }