---
title: "GET /api/supplier/"
method: GET
path: "/api/supplier/"
tags: ["supplier"]
---

# GET /api/supplier/

`GET /api/supplier/`

## Headers

- `X-Company` string

## Response `200`

- Supplier[]
  - `id` string, uuid, required
  - `name` string, required
  - `logo` string, uri, nullable
  - `company` string, uuid
  - `is_visible` boolean
  - `purchase_order_count` string, required
  - `purchase_order_email_to` string
  - `purchase_order_attention_to_name` string
  - `purchase_order_attention_to_phone` string

---

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