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

# Retrieve a list of vendors

`GET /vendors`

Returns a list of vendors used by a property

## Query parameters

- `property_id` string

## Response `200`

A list of Vendor objects

- Vendors[]
  - `id` string, required — The ID of the vendor for the property (ie different from the ID of the vendor metadata on the Didomi platform)
  - `status` string — The status of the vendor for the privacy center (draft or published)
  - `property_id` string, required — The ID of the property that sets this cookie
  - `metadata_id` string, required — The ID of the vendor metadata
  - `created_at` string, date-time — Creation date of the property
  - `updated_at` string, date-time — Last update date of the property
  - `version` number — Revision number of the property object

---

[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/c82339816c36/schema)
