---
title: "Shows a single vendor"
method: GET
path: "/api/v2/vendors/{id}"
tags: ["Vendors"]
---

# Shows a single vendor

`GET /api/v2/vendors/{id}`

**Requires `vendors.read` scope.**

## Path parameters

- `id` string, required

## Query parameters

- `fields[vendors]` string[]
- `include` string[]

## Response `200`

With all fields included

## Other responses

- `400` — with invalid request parameters
- `401` — Unauthenticated
- `404` — With invalid id

---

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