---
title: "GET /api/distribution/sellers"
method: GET
path: "/api/distribution/sellers"
tags: ["api", "distribution-api"]
---

# GET /api/distribution/sellers

`GET /api/distribution/sellers`

Get all sellers.

## Query parameters

- `type` 'Redeam' | 'GetYourGuide' | 'Logitix' | 'EventDynamic' | 'StubHub' | 'TicketmasterFrance' | 'ProjectAdmission' | 'Tiqets' | 'TripCom' | 'ANI' | 'TicketNetwork' | 'KorusTicket' | 'ComeToParis' | 'Experticket' | 'Prioticket' | 'RevPro' | 'Automatiq' — The type of the distributor
- `skip` number, float — The amount of sellers to skip
- `top` number, float — The maximum amount of sellers to return
- `sellerId` string — The ID of the seller

## Response `200`

OK

- GETDistributionApiGetAllSellers200Response
  - `docs` DistributionSellerResource[]
    - `sellerId` string, required — The unique seller id for the seller
    - `distributorId` string, required — The unique distributor id for the seller
    - `name` string, required — The name of the seller
    - `location` object — The location of the seller
      - `name` string, required — The name of the location
      - `street` string, required — The street of the location
      - `city` string, required — The city of the location
      - `postalCode` string, required — The postal code of the location
      - `country` string, required — The country of the location
  - `total` integer

## Other responses

- `400` — Bad Request

---

[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)
