---
title: "Get a vendor"
method: GET
path: "/v1/vendors/{vendor_id}"
tags: ["Vendors"]
---

# Get a vendor

`GET /v1/vendors/{vendor_id}`

Also available at the deprecated `GET /v1/vendor/{vendor_id}` path for existing integrations.

## Path parameters

- `vendor_id` string, required

## Response `200`

OK

- VendorOrganizationResponse
  - `vendor` VendorOrganizationExternalSchema, required
    - `id` string, required
    - `name` string, required
    - `email` string, nullable, required
    - `reference_key` string, required — Optional unique identifier for this vendor in your system.
    - `is_enabled` boolean, required — Whether this vendor is enabled.
    - `market_ids` string[], required — IDs of the markets this vendor serves. A vendor with no market associations serves all markets.

---

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