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

# Get vendor details

`GET /v1/vendors/{id}`

Retrieve one vendor record with ownership, review status, risk context, and third-party compliance metadata.

## Path parameters

- `id` string, required

## Response `200`

Vendor retrieved successfully

- object
  - `id` string — Vendor ID
  - `name` string — Vendor name
  - `description` string — Vendor description
  - `category` 'cloud' | 'infrastructure' | 'software_as_a_service' | 'finance' | 'marketing' | 'sales' | 'hr' | 'other'
  - `status` 'not_assessed' | 'in_progress' | 'assessed'
  - `inherentProbability` 'very_unlikely' | 'unlikely' | 'possible' | 'likely' | 'very_likely'
  - `inherentImpact` 'insignificant' | 'minor' | 'moderate' | 'major' | 'severe'
  - `residualProbability` 'very_unlikely' | 'unlikely' | 'possible' | 'likely' | 'very_likely'
  - `residualImpact` 'insignificant' | 'minor' | 'moderate' | 'major' | 'severe'
  - `website` string, nullable
  - `organizationId` string
  - `assigneeId` string, nullable — ID of the user assigned to manage this vendor
  - `createdAt` string, date-time — When the vendor was created
  - `updatedAt` string, date-time — When the vendor was last updated
  - `authType` 'api-key' | 'session' — How the request was authenticated
  - `authenticatedUser` object — User information (only for session auth)
    - `id` string
    - `email` string

## Other responses

- `401` — Unauthorized - Invalid authentication or insufficient permissions
- `404` — Vendor not found
- `500` — Internal server error

---

[API](https://skmtc.net/om-network/apis/betayum-api.md) · [All operations](https://skmtc.net/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/95679a9aa625/schema)
