---
title: "GET /v1/vendors"
method: GET
path: "/v1/vendors"
tags: ["Analytics"]
---

# GET /v1/vendors

`GET /v1/vendors`

Lists all vendors, entities or organizations selling and offering products, content, or services for payment. Examples of vendors would include the owners of websites that offer advertisement space and exchanges that offers ad space on multiple websites.

## Query parameters

- `cursor` string
- `query` string
- `campaign_id` string

## Response `200`

Successful Response

- object — Successful Response
  - `metadata` object
    - `cursor` unknown
    - `page_size` integer
    - `total` integer
  - `data` object[]
    - `id` string — Identifies a single vendor.
    - `name` string
    - `type` string
    - `created_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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