---
title: "getSellerAccesses seller"
method: GET
path: "/ops/sellers/access"
tags: ["ops"]
---

# getSellerAccesses seller

`GET /ops/sellers/access`

get a list with all seller accesses

## Response `200`

OK response.

- SellerAccessResults
  - `sellerAccesses` SellerAccessResult[], required
    - `id` string, regexp — topi ID for the customer
    - `seller_catalog_provider_id` string, regexp, required — The id of the seller whom the accessor can now access
    - `seller_id` string, regexp, required — The id of the seller who has been granted access

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `422` — Unprocessable: Unprocessable Entity response.

---

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