Solutions
NicSRS industry solutions tailored to meet the specific needs of corporations, accelerate cloud applications construction.
Web Security Support
NicSRS API
POST
https://portal.nicsrs.com/ssl/productList
The API is used for getting the list of the
available products and their prices.
Fields explanation:
▪ R – Required
▪ O – Optional
Name |
Type |
Req/Opt |
Description |
api_token |
String |
R |
Authentication credentials (User token). To get token, please
contact NicSRS technical support. |
vendor |
String |
R |
Certificate
Authority (CA), e.g. Sectigo |
Fields explanation:
▪ Y – Yes
▪ N – No
Name |
Type |
Req/Opt |
Description |
code |
Int |
R |
Response status codes. A response code identifies a specific
status. See Appendix - Response Codes. |
data |
Json |
O |
|
-code |
String |
O |
Display code of the product. |
-productName |
String |
O |
Display name of the product. |
-supportWildcard |
String |
O |
Support Wildcard or not. |
-supportSan |
String |
O |
Support SAN or not. |
-validationType |
String |
O |
Certificate validation type. dv: Domain validation ov: Organization validation |
-maxDomain |
Int |
O |
Maximum number of domains on the certificate. |
-maxYear |
Int |
O |
Maximum number of the validity period of the order. |
-price |
Json |
O |
Product price. |
--basePrice |
Json |
O |
Base price. More details are as follows. |
---price012 |
Number |
O |
The value of one-year price. Similarly, the value of two-year
price is price024. If no value, it means the product cannot support the
validity period of order. |
--sanPrice |
Json |
O |
The price of additional SANs. |
---price012 |
Number |
O |
The value of one-year price. Similarly, the value of two-year
price is price024. If no value, it means the SAN cannot support the validity
period of order. |
errors |
Array or
String |
O |
|