---
title: "Retrieve a list of taxonomy items for vendors"
method: GET
path: "/taxonomies/vendors"
tags: ["taxonomies"]
---

# Retrieve a list of taxonomy items for vendors

`GET /taxonomies/vendors`

Returns a list of taxonomy items for vendors

## Response `200`

A list of TaxonomyVendor objects

- TaxonomiesVendors[]
  - `id` string, required — Item ID
  - `name` string, required — Name of the item
  - `parent_id` string — ID of the parent of this item
  - `created_at` string, date-time — Creation date of the item
  - `updated_at` string, date-time — Last update date of the item
  - `version` number — Revision number of the item

---

[API](https://skmtc.net/didomi/apis/didomi-api.md) · [All operations](https://skmtc.net/didomi/apis/didomi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didomi/didomi-api/revisions/70997bf7efc9/schema)
