---
title: "GET /accounting/vendors/{id}"
method: GET
path: "/accounting/vendors/{id}"
tags: ["AccountingVendor"]
---

# GET /accounting/vendors/{id}

`GET /accounting/vendors/{id}`

Get details of a Vendor

## Path parameters

- `id` string, required

## Query parameters

- `fields` string, nullable

## Response `200`

- AccountingGetVendorResponse
  - `status` 'ok' | 'error', required
  - `result` unknown, required

## Other responses

- `401`
- `404`
- `500`

## Changes

- **2024-08-02** `786dc9593e0a` — 1 info
  - endpoint added
- **2024-03-04** `52cc79f75cb0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/accounting/vendors/:id/get.md)

---

[API](https://skmtc.dev/revertinc/apis/revert-api.md) · [All operations](https://skmtc.dev/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revertinc/revert-api/revisions/698ea54a2330/schema)
