---
title: "Retrieve a specific vendor by ID"
method: GET
path: "/vendors/{id}"
tags: ["vendors"]
---

# Retrieve a specific vendor by ID

`GET /vendors/{id}`

Returns detailed information for a single accounting vendor using its unique ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `X-Api-Key` string, required
- `X-API-Version` string

## Response `200`

Successful response with vendor details

- VendorsGetVendorsIdResponse200
  - `version` string, required
  - `vendor` VendorsIdGetResponsesContentApplicationJsonSchemaVendor, required
    - `id` integer, required
    - `ottimate_company_id` integer, required
    - `company_name` string
    - `erp_vendor_id` string, nullable, required
    - `erp_vendor_name` string, nullable, required
    - `email` string, nullable
    - `phone` string, nullable
    - `net_terms` string, nullable
    - `payment_method` 'credit_card' | 'ach' | 'check' | 'wire_transfer' | 'unknown'
    - `address_line_1` string, nullable
    - `address_line_2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zipcode` string, nullable

## Other responses

- `404` — Not found - Resource does not exist

---

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