Querying the Certificate List
Function
This API is used to query the certificate list based on a certificate name or bound domain name.
This API will be discarded. You are advised to query certificates by referring to Querying the Certificate Lists.
URI
Request
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| order_status | No | String | Certificate status. Options:
|
| content | No | String | Keyword for search. |
| sort_key | No | String | Sorting criterion. Options:
|
| sort_dir | No | String | Sorting method. Sorting is performed based on the sorting parameter sort_key. Options:
|
| limit | No | Integer | Maximum number of pieces of certificate information to be displayed on each page. Options:
|
| offset | No | Integer | Offset. Value range: 1-30. |
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| total | Yes | Integer | Number of certificates in a list. |
| free_remain | Yes | Integer | Remaining quota of the free test certificate. |
| order_list | Yes | Array of order_list objects | Certificate list. For details, see Table 1. |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| cert_id | Yes | String | Certificate ID. |
| cert_name | Yes | String | Certificate name. |
| domain | Yes | String | Bound domain name. |
| cert_type | Yes | String | Certificate type. |
| cert_brand | Yes | String | Certificate brand. |
| domain_type | Yes | String | Domain name type. |
| purchase_period | Yes | Integer | Validity period. |
| expired_time | Yes | String | Certificate expiration time. |
| order_status | Yes | String | Certificate status. |
| domain_num | Yes | Integer | Number of domain names. |
| wildcard_number | Yes | Integer | Number of wildcard domain names. |
| cert_des | Yes | String | Certificate description. |
Example
- Example request
- Example response
{ "total": 1, "free_remain":"19", "order_list": [{ "cert_id": "scs1481110651012", "cert_name": "scs-0001", "domain": "*.example.com", "cert_type": "GE00V01", "cert_brand":"GLOBALSIGN", "domain_type":" SINGLE_DOMAIN ", "purchase_period":1, "expired_time":"15051501510501", "order_state":"completed ", "domain_num":10, "wildcard_number":2, "cert_des":"***********" }] }or{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, see Error Code
Last Article: Purchasing an SSL Certificate
Next Article: Querying Details of a Certificate
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.