---
title: "Get vendor relationships"
method: GET
path: "/vendors"
---

# Get vendor relationships

`GET /vendors`

Returns vendor/client relationships for a domain from the Vendor Integration Dataset.

## Query parameters

- `domain` string, required
- `match` 'client' | 'vendor'

## Response `200`

Successful Response

- VendorResult[]
  - `client_domain` string, required — Normalized client domain name (excluding any subdomain)
  - `client_fqdn` string, required — The client FQDN used for the vendor solution implementation
  - `vendor_domain` string, required — Normalized vendor domain name (excluding any subdomain)
  - `vendor_fqdn` string, required — The vendor FQDN used in the client's white label implementation
  - `record_date` string, required — Date the record was compiled (YYYY-MM-DD)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/versions/3248fc62024c/schema)
