2.7 Get Product and Price List
2.7.1 API Information
| Environment | |
|---|---|
| Production environment | https://portal.racent.com/ssl/productList |
| Request method | POST |
| content-type | multipart/form-data |
| Description | This interface retrieves product information. |
2.7.2 Parameter Definition
| Parameter name | Parameter type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate the token. |
| vendor | String | Y | Filter by brand, this parameter must be one of the following values: Positive Sectigo sslTrus baiduTrust Digicert Geotrust GlobalSign Thawte Entrust CFCA WoTrus Certum |
| encryptType | Int | N | 1: International algorithm (rsa/ecc) 1: Guomi (SM cryptography) algorithm |
Function Return
| Parameter name | Parameter type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status. For detailed explanations, please refer to Appendix 3.1 |
| data | Array | N | Each item is a product Object, with details per item as follows: |
| code | String | N | Product code |
| productName | String | N | Product name |
| supportWildcard | String | N | Whether wildcard domains are supported. Value is Y or N. |
| supportStandard | String | N | Whether standard domains are supported. Value is Y or N. |
| supportIp | String | N | Whether IP addresses are supported. Value is Y or N. |
| supportSan | String | N | Whether multi-domain (SAN) is supported. Value is Y or N. |
| validationType | String | N | Certificate type. Value is dv, ov or ev |
| maxDomain | Int | N | Maximum number of domains. |
| maxYear | Int | N | Maximum purchase period in years. |
| defaultProtectDomain | Int | N | Default number of protected domains. |
| defaultProtectType | String | N | Default protected domain type. standard: Standard wildcard: Wildcard |
| billingMethod | String | N | Billing method. standard: Standard pricing flex: Pricing by number of domains |
| price | Object | N | |
| basePrice | Object | N | Base price, details as follows |
| price012 | Number | N | Price for 1 year; similarly the price for 2 years is price024. If the field is absent, purchase for that period is not available. |
| sanPrice | Object | N | Price for additional SAN domains, details as follows |
| price012 | Number | N | Price for 1 year; similarly the price for 2 years is price024. If the field is absent, purchase for that period is not available. |
| errors | Object or String | N | When the response status is error, the detailed error information. |