---
title: "Get Resellers"
method: GET
path: "/resellers"
tags: ["Resellers", "Super User Only"]
---

# Get Resellers

`GET /resellers`

## Response `200`

- Reseller[]
  - `reseller` string, required — The name of the Reseller. This is the main ID for the group which will be used to link domains for ownership.
  - `description` string — This description can be used to give a more complete description and notes for this reseller.
  - `domains-total` integer — This is the total number of domains in this Reseller's account.
  - `users-total` integer — This is the total number of users in all domains owned by this reseller.
  - `email-send-smtp-hostname` string, hostname — This is the SMTP server hostname
  - `email-send-smtp-port` integer, nullable — This is the SMTP port for sending emails.
  - `email-send-smtp-username` string — This is the username used in connecting to SMTP server for sending email.
  - `smtp_pwd` string, pas — This is the password used in connecting to SMTP server for sending email.
  - `active-calls-against-license-count` integer — This is the current active calls counting against the license including on net calls.
  - `active-calls-offnet-current` integer — This is the current active calls across all domains that are calls coming from or going to offnet numbers.

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/versions/d37f65b5b886/schema)
