---
title: "Get a Supplier by UUID"
method: GET
path: "/v1/supplier/{supplierGuid}"
tags: ["Supplier"]
---

# Get a Supplier by UUID

`GET /v1/supplier/{supplierGuid}`

Returns details for the supplier associated with the specified tenant and supplier UUID.

## Path parameters

- `supplierGuid` string, uuid, required

## Headers

- `Tenant` string
- `FrontOfficeTenantId` integer
- `RequestId` string, uuid, required

## Response `200`

200 response

- Supplier
  - `supplierGuid` string, uuid — The unique identifier for the Supplier, formatted as a UUID.
  - `shortName` string — Short Name of the Supplier.
  - `fullName` string — Full Name of the Supplier.
  - `fein` string — Federal Tax EIN of the Supplier.
  - `phoneNumber` string — Phone number.
  - `address` Address
    - `addressGuid` string, uuid — Unique identifier for the address, formatted as a UUID.
    - `street1` string, required — Street address, line 1.
    - `street2` string — Street address, line 2.
    - `city` string, required — City.
    - `state` string, required — Province, state, or region.
    - `postalCode` string, required — ZIP/postal code.
    - `country` string, required — A 2-letter ISO 3166-1 alpha-2 code representing the country (e.g., "US", not "USA"). For details, see the <a href="https://developer.avionte.com/docs/general-guidelines#/data-formatting">General Guidelines</a>.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
