---
title: "GET /api/distributors/{id}"
method: GET
path: "/api/distributors/{id}"
tags: ["api", "distributor"]
---

# GET /api/distributors/{id}

`GET /api/distributors/{id}`

Get a distributor

## Path parameters

- `id` string, required

## Response `200`

OK

- DistributorResource
  - `_id` string, required — The ID of the distributor
  - `salesChannelId` string, required — The ID of the sales channel
  - `createdAt` string, date-time, required — The ISO timestamp when the distributor was created
  - `updatedAt` string, date-time, required — The ISO timestamp when the distributor was updated
  - `archivedAt` string, date-time — The ISO timestamp when the distributor's sales channel was archived

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
