---
title: "Get a vendor by ID (admin)"
method: GET
path: "/v1/admin/customer/{customerId}/vendor/{id}"
tags: ["Vendor"]
---

# Get a vendor by ID (admin)

`GET /v1/admin/customer/{customerId}/vendor/{id}`

## Path parameters

- `customerId` string, required
- `id` string, required

## Response `200`

Default Response

- object
  - `id` string, required
  - `status` union, required
    - 'active'
    - 'disabled'
    - 'deleted'
  - `name` string, required
  - `externalId` string
  - `owners` object, required
    - `userIds` string[], required
    - `userGroupIds` string[]
  - `country` string, required
  - `currencyCode` string, required
  - `logoUrl` string
  - `spendCategoryId` string
  - `merchantIds` string[]
  - `merchantCategory` string
  - `legalName` string
  - `taxId` object
    - `type` union, required
      - 'ssn'
      - 'ein'
    - `id` string, required
  - `address` object
    - `attn` string
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `zipCode` string, required
    - `state` string, required
    - `country` string, required
  - `contacts` object[], required
    - `id` string, required
    - `type` union
      - 'accountsPayable'
      - 'accountsReceivable'
      - 'it'
      - 'procurement'
      - 'sales'
      - 'support'
      - 'other'
    - `name` object, required
      - `firstName` string, required
      - `middleName` string
      - `lastName` string, required
    - `email` string, required
    - `phone` string
    - `notes` string
    - `default` boolean, required
  - `paymentMethods` object[], required
  - `accountingIntegration` object
    - `rutterId` string
    - `platformId` string
    - `latestSync` object, required
      - `status` union, required
        - 'inProgress'
        - 'successful'
        - 'failed'
      - `createdAt` string, date-time, required
      - `completedAt` string, date-time
      - `error` object
        - `type` string
        - `code` string
        - `message` string
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.dev/funneldash/apis/surface-admin-api.md) · [All operations](https://skmtc.dev/funneldash/apis/surface-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funneldash/surface-admin-api/revisions/0dc20381c4a7/schema)
