diff --git a/getAllProducts.md b/getAllProducts.md index 90f7ed3..7072565 100644 --- a/getAllProducts.md +++ b/getAllProducts.md @@ -1 +1,20 @@ -gseg \ No newline at end of file +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 :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) \ No newline at end of file