How Can We Help
Product List
POST https://portal.nicsrs.com/ssl/productList
The API is used for getting the list of the available products and their prices.
Request parameters
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 |
Response parameters
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 validationov: Organization validation ev: Extended 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 |