Skip to content

getAllProducts

Marija Liscova edited this page Nov 2, 2021 · 4 revisions

URL: /products/
Request type: GET

Overview

The getAllProducts method returns a detailed list of all available SSL certificate products.

Request parameters

  • None

Response

  • products - an array of available products
    • id - unique ID of the product to be used with 🔗addSSLOrder method
    • name - product name
    • periods - array of possible periods
    • organization - is organization validation required (yes, no)
    • wildcard - is wildcard common name (yes, no)
    • unlimited_servers - is the product for unlimited servers (yes, no)
    • is_multidomain - is product multidomain (yes, no)
    • wildcard_san_enabled - is wildcard SANs possible (yes, no)
    • multidomains_included – included SANs
    • single_san_included - included Single SANs
    • wildcard_san_included - included Wildcard SANs
    • multidomains_maximum – max allowed SAN quantity
    • dcv_email - true or false
    • dcv_dns - true or false
    • dcv_http - true or false
    • dcv_https - true or false
  • success - success value (true)
Clone this wiki locally