---
title: "Seller"
method: GET
path: "/v1/seller"
tags: ["Account"]
---

# Seller

`GET /v1/seller`

List all created Seller

## Response `200`

List of linked seller accounts.

- SellerAccountList — List of seller accounts that are currently linked to the requesting JTL account.
  - `sellerList` Seller[]
    - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
    - `channel` string, required — This is the unique Channel name.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable
    - `isActive` boolean, required
    - `isActiveByChannel` boolean
    - `reason` 'DEACTIVATED_BY_CHANNEL' | 'DEACTIVATED_BY_SELLER' | 'DEACTIVATED_BY_JTL', nullable
    - `companyName` string, nullable

## Other responses

- `401` — Access forbidden, invalid or unknown Token was used.
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
