Updated getAllProducts (markdown)

master
Marija Liscova 2021-11-02 17:35:04 +02:00
parent 9a6ecf28d0
commit 5993f97123
1 changed files with 8 additions and 4 deletions

@ -11,11 +11,15 @@ The getAllProducts method returns a detailed list of all available SSL certifica
* products - an array of available products * products - an array of available products
* id - unique ID of the product to be used with :link:[addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder) method * id - unique ID of the product to be used with :link:[addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder) method
* name - product name * name - product name
* organization is organization validation required (yes, no) * periods - array of possible periods
* wildcard - is wildcard product (yes, no) * organization - is organization validation required (yes, no)
* wildcard - is wildcard common name (yes, no)
* unlimited_servers - is the product for unlimited servers (yes, no) * unlimited_servers - is the product for unlimited servers (yes, no)
* is_multidomain is product multidomain (yes, no) * is_multidomain - is product multidomain (yes, no)
* multidomains_included included SAN * 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 * multidomains_maximum max allowed SAN quantity
* dcv_email - true or false * dcv_email - true or false
* dcv_dns - true or false * dcv_dns - true or false