---
title: "Get product"
method: GET
path: "/v1beta/ssl/products/{id}"
tags: ["Product"]
---

# Get product

`GET /v1beta/ssl/products/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A successful response.

- ProductGetProductResponse
  - `code` integer
  - `data` ProductSslProduct
    - `brand_name` string
    - `bypass_san` boolean
    - `category` string
    - `delivery_time` string — Average period of time between order creation and completion.
    - `description` string
    - `encryption` string
    - `free_refund_period` string
    - `free_reissue_period` string
    - `id` integer
    - `included_domains_count` integer
    - `is_extended_validation_supported` boolean
    - `is_idn_supported` boolean
    - `is_mobile_supported` boolean
    - `is_sgc_supported` boolean
    - `is_wildcard_multidomain_supported` boolean
    - `is_wildcard_supported` boolean
    - `level_prices` ProductSslProductLevelPrices[]
      - `level` integer
      - `name` string
      - `prices` ProductSslProductPrices[]
        - `extra_domain_price` ProductSslProductPriceGroup
          - `product` ProductSslProductPrice
            - `currency` string
            - `price` number, double
          - `reseller` ProductSslProductReseller
            - `currency` string
            - `price` number, double
        - `extra_wildcard_domain_price` ProductSslProductPriceGroup
          - `product` ProductSslProductPrice
            - `currency` string
            - `price` number, double
          - `reseller` ProductSslProductReseller
            - `currency` string
            - `price` number, double
        - `period` integer
        - `price` ProductSslProductPriceGroup
          - `product` ProductSslProductPrice
            - `currency` string
            - `price` number, double
          - `reseller` ProductSslProductReseller
            - `currency` string
            - `price` number, double
    - `max_domains` integer — Applies only to multi-domain certificates.
    - `max_period` integer
    - `name` string
    - `number_of_domains` integer
    - `order_module` string
    - `prices` ProductSslProductPrices[]
      - `extra_domain_price` ProductSslProductPriceGroup
        - `product` ProductSslProductPrice
          - `currency` string
          - `price` number, double
        - `reseller` ProductSslProductReseller
          - `currency` string
          - `price` number, double
      - `extra_wildcard_domain_price` ProductSslProductPriceGroup
        - `product` ProductSslProductPrice
          - `currency` string
          - `price` number, double
        - `reseller` ProductSslProductReseller
          - `currency` string
          - `price` number, double
      - `period` integer
      - `price` ProductSslProductPriceGroup
        - `product` ProductSslProductPrice
          - `currency` string
          - `price` number, double
        - `reseller` ProductSslProductReseller
          - `currency` string
          - `price` number, double
    - `root` string
    - `sub_category` string
    - `supported_software` ProductSslProductSupportedSoftware[]
      - `id` string
      - `title` string
    - `validation_method` string
    - `warranty` ProductSslProductWarranty
      - `product` ProductSslProductPrice
        - `currency` string
        - `price` number, double
      - `reseller` ProductSslProductReseller
        - `currency` string
        - `price` number, double
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.dev/openprovider/apis/rest-api.md) · [All operations](https://skmtc.dev/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/a57b11984574/schema)
