Updated getAllProducts (markdown)
parent
e25245b260
commit
0a4e751af2
|
@ -1 +1,20 @@
|
|||
gseg
|
||||
URL: /products/<br/>
|
||||
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 :link:[addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder) method
|
||||
* name - product name
|
||||
* organization – is organization validation required (yes, no)
|
||||
* wildcard - is wildcard product (yes, no)
|
||||
* unlimited_servers - is the product for unlimited servers (yes, no)
|
||||
* is_multidomain – is product multidomain (yes, no)
|
||||
* multidomains_included – included SAN
|
||||
* multidomains_maximum – max allowed SAN quantity
|
||||
* success - success value (true)
|
Loading…
Reference in New Issue