---
title: "Get all contacts with subscription types for the given seller"
method: GET
path: "/contacts/{sellerId}"
tags: ["contacts"]
---

# Get all contacts with subscription types for the given seller

`GET /contacts/{sellerId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Response `200`

successful operation

- ContactGet[]
  - `email` string
  - `subscriptionType` 'ALL' | 'CUSTOM' | 'NOTHING'
  - `notificationSubscriptions` NotificationTypeDetail[]
    - `type` string
    - `category` string
  - `id` integer

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
