---
title: "List Vendor Contacts"
method: GET
path: "/internal/config/vendorcontacts"
tags: ["internal", "internal-config"]
---

# List Vendor Contacts

`GET /internal/config/vendorcontacts`

## Query parameters

- `namespace` string, uuid, required

## Response `200`

Successful Response

- VendorContactResourceResponse[]
  - `api_version` 'config.kobalt/v1'
  - `kind` 'VendorContact'
  - `metadata` ResourceMetadataWithAnnotations, required — Response-only metadata that also carries server-derived annotations.
    - `name` string, required
    - `namespace` string, uuid, required
    - `uid` string, uuid, nullable
    - `annotations` object
  - `spec` VendorContactSpec, required
    - `vendor` ServiceVendorRef, required — Identifies a vendor by one or more of: name, company_website, company_uuid. All provided fields are stored and used for lookup in order of precedence: ``company_uuid`` → ``company_website`` → ``name``. At least one must be supplied.
      - `name` string, nullable
      - `company_website` string, nullable
      - `company_uuid` string, uuid, nullable
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
