v1

latestSwagger 2.02026-08-041113661.2 MB
Product

List products

get/v1beta/ssl/products

Query parameters

limitinteger

Search query limit.

offsetinteger

Search query offset.

with_priceboolean

Returns product price in the response.

with_supported_softwareboolean

Returns a list of supported software patforms.

with_descriptionboolean

Returns a description for each product, if exists.

order_by.namestring

Sorting type (asc/desc).

order_by.brand_namestring

Sorting type (asc/desc).

order_by.categorystring

Sorting type (asc/desc).

order_by.sub_categorystring

Sorting type (asc/desc).

order_by.brand_seqnostring

Sorting type (asc/desc).

order_by.product_seqnostring

Sorting type (asc/desc).

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "brand_name": "Comodo",
        "bypass_san": false,
        "category": "domain_validation",
        "delivery_time": "10m",
        "description": "An EssentialSSL certificate from Comodo is an affordable solution for securing your lite website or intranet. No hassle with paperworks, as the issuance is based on realtime domain checks.",
        "encryption": "40/256 bits",
        "free_refund_period": "30d",
        "free_reissue_period": "lifetime",
        "id": 123456789,
        "included_domains_count": 1,
        "is_extended_validation_supported": false,
        "is_idn_supported": false,
        "is_mobile_supported": false,
        "is_sgc_supported": false,
        "is_wildcard_multidomain_supported": false,
        "is_wildcard_supported": false,
        "level_prices": [
          {
            "level": 1,
            "name": "EssentialSSL",
            "prices": [
              {
                "extra_domain_price": {
                  "product": {
                    "currency": "USD",
                    "price": 0
                  },
                  "reseller": {
                    "currency": "EUR",
                    "price": 0
                  }
                },
                "extra_wildcard_domain_price": {
                  "product": {
                    "currency": "USD",
                    "price": 0
                  },
                  "reseller": {
                    "currency": "EUR",
                    "price": 0
                  }
                },
                "period": 1,
                "price": {
                  "product": {
                    "currency": "USD",
                    "price": 0
                  },
                  "reseller": {
                    "currency": "EUR",
                    "price": 0
                  }
                }
              }
            ]
          }
        ],
        "max_domains": 1,
        "max_period": 2,
        "name": "EssentialSSL",
        "number_of_domains": 1,
        "order_module": "comodo",
        "prices": [
          {
            "extra_domain_price": {
              "product": {
                "currency": "USD",
                "price": 0
              },
              "reseller": {
                "currency": "EUR",
                "price": 0
              }
            },
            "extra_wildcard_domain_price": {
              "product": {
                "currency": "USD",
                "price": 0
              },
              "reseller": {
                "currency": "EUR",
                "price": 0
              }
            },
            "period": 1,
            "price": {
              "product": {
                "currency": "USD",
                "price": 0
              },
              "reseller": {
                "currency": "EUR",
                "price": 0
              }
            }
          }
        ],
        "root": "Chained root",
        "sub_category": "",
        "supported_software": [
          {
            "id": "linux",
            "title": "Linux"
          }
        ],
        "validation_method": "domain",
        "warranty": {
          "product": {
            "currency": "USD",
            "price": 0
          },
          "reseller": {
            "currency": "EUR",
            "price": 0
          }
        }
      }
    ],
    "total": 999
  },
  "desc": ""
}