---
title: "Get reseller"
method: GET
path: "/v1beta/resellers"
tags: ["ResellerService"]
---

# Get reseller

`GET /v1beta/resellers`

## Query parameters

- `with_additional_data` boolean
- `with_statistics` boolean
- `with_settings` boolean
- `with_contacts` boolean

## Response `200`

A successful response.

- ResellerGetResellerResponse
  - `code` integer
  - `data` ResellerReseller
    - `additional_data` ResellerResellerAdditionalData
      - `cif_nif_number` string
      - `gstin` string
      - `internal_reference` string
    - `address` ContactAddress
      - `city` string
      - `country` string
      - `number` string
      - `state` string
      - `street` string
      - `suffix` string
      - `zipcode` string
    - `balance` number, double
    - `comments` string
    - `company_name` string
    - `contacts` PersoncontactContact[]
      - `additional_data` ContactAdditionalData
        - `birth_city` string
        - `birth_date` string
        - `social_security_number` string
      - `address` ContactAddress
        - `city` string
        - `country` string
        - `number` string
        - `state` string
        - `street` string
        - `suffix` string
        - `zipcode` string
      - `api_access_enabled` boolean
      - `api_client_ip_list` ContactClientIpList
        - `allow` string[]
        - `deny` string[]
      - `auth_type` string
      - `comments` string
      - `company_name` string
      - `email` string
      - `hash_changed_at` string
      - `id` integer
      - `is_active` boolean
      - `last_api_call_at` string
      - `last_login_at` string
      - `locale` string
      - `name` ContactName
        - `first_name` string
        - `full_name` string
        - `initials` string
        - `last_name` string
        - `prefix` string
      - `password_change_declined_at` string
      - `password_changed_at` string
      - `phone` ContactPhone
        - `area_code` string
        - `country_code` string
        - `subscriber_number` string
      - `rcp_client_ip_list` ContactClientIpList
        - `allow` string[]
        - `deny` string[]
      - `reseller_id` integer
      - `role` string
      - `secret_key` string
      - `username` string
      - `vat` string
    - `email` string
    - `fax` CustomerFax
      - `area_code` string
      - `country_code` string
      - `subscriber_number` string
    - `id` integer
    - `locale` string
    - `name` ContactName
      - `first_name` string
      - `full_name` string
      - `initials` string
      - `last_name` string
      - `prefix` string
    - `phone` ContactPhone
      - `area_code` string
      - `country_code` string
      - `subscriber_number` string
    - `reserved_balance` number, double
    - `settings` ResellerSettings
      - `av_handle` string
      - `claims_confirm_url` string
      - `claims_email_subject` string
      - `claims_reseller_name` string
      - `claims_sender_email` string
      - `currency` string
      - `default_domain_billing_handle` string
      - `default_domain_reseller_handle` string
      - `foa_confirm_url` string
      - `foa_email_subject` string
      - `foa_reseller_name` string
      - `foa_sender_email` string
      - `foa_terms_conditions_url` string
      - `is_auto_renew_enabled` boolean
      - `is_custom_nses_enabled` boolean
      - `ive2_customized_body` string
      - `ive2_email_subject` string
      - `ive_confirm_url` string
      - `ive_customized_body` string
      - `ive_email_subject` string
      - `ive_reseller_name` string
      - `ive_sender_email` string
      - `jurisdiction` string
      - `language` string
      - `maximum_credit` number, double
      - `maximum_credit_card_payment` number, double
      - `maximum_i_deal_payment` number, double
      - `maximum_western_union_payment` number, double
      - `minimum_payment` number, double
      - `minimum_western_union_payment` number, double
      - `pay_methods` string[]
      - `payment_methods` SettingsPaymentMethods[]
        - `name` string
        - `settings` SettingsPaymentMethodSettings
          - `limit` SettingsPaymentMethodLimits
            - `maximum` SettingsPaymentMethodLimit
              - …
            - `minimum` SettingsPaymentMethodLimit
              - …
          - `transaction_fee` number, double
          - `transaction_fee_absolute` number, double
      - `preregistered_domain_priorities` string
      - `recurring_payment_methods` SettingsPaymentMethods[]
        - `name` string
        - `settings` SettingsPaymentMethodSettings
          - `limit` SettingsPaymentMethodLimits
            - `maximum` SettingsPaymentMethodLimit
              - …
            - `minimum` SettingsPaymentMethodLimit
              - …
          - `transaction_fee` number, double
          - `transaction_fee_absolute` number, double
      - `renew_notification_days` integer[]
      - `renew_notification_every_week` boolean
      - `tac_contract` SettingsTacContract
        - `is_signed` boolean
        - `name` string
        - `signed_at` string
        - `type` string
      - `tags` string[]
      - `transaction_fee` SettingsTransactionFee
        - `bank` number, double
        - `credit_card` number, double
        - `ideal` number, double
        - `paypal` number, double
        - `western_union` number, double
        - `yandex` number, double
      - `type` string
    - `statistics` ResellerStatistics
      - `currency` StatisticsCurrencyStatistics
        - `modified` string
      - `customer` StatisticsCustomerStatistics
        - `modified` string
        - `total` integer
      - `dns` StatisticsDnsStatistics
        - `total` integer
      - `domain` StatisticsDomainStatistics
        - `by_status` StatisticsDomainStatisticsByStatus
          - `ACT` integer
          - `FAI` integer
          - `NSR` integer
          - `PEN` integer
          - `REJ` integer
          - `REQ` integer
        - `total` integer
      - `level` integer
      - `license` StatisticsLicenseStatistics
        - `total` integer
      - `spam_experts` StatisticsSpamExpertsStatistics
        - `activated_at` string
        - `created_at` string
        - `exists` boolean
        - `expired_at` string
        - `incoming_count` integer
        - `incoming_limit` integer
        - `outgoing_count` integer
        - `outgoing_limit` integer
        - `status` string
        - `with_outgoing_filter` boolean
      - `ssl` StatisticsSslStatistics
        - `by_status` StatisticsSslStatisticsByStatus
          - `ACT` integer
          - `FAI` integer
          - `NSR` integer
          - `PEN` integer
          - `REJ` integer
          - `REQ` integer
        - `total` integer
    - `status` string
    - `tier` integer
    - `vat` string
    - `vatperc` number, double
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.net/openprovider/apis/rest-api.md) · [All operations](https://skmtc.net/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openprovider/rest-api/versions/55b7a0062507/schema)
