Queries information about all certificates that belong to your account.
Operation description
Note
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PageNumber | integer | No | The number of returned pages. Valid values: 1 to 100000. | 1 |
PageSize | integer | No | The number of entries to return on each page. Valid values: 1 to 500. Default value: 20. | 2 |
Keyword | string | No | The keyword that is used to search for certificates. | cert |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 16,
"RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
"CertInfos": {
"CertInfo": [
{
"CertStartTime": "2018-11-26 14:45:09",
"CertExpireTime": "2018-12-26 14:45:09",
"CertUpdateTime": "2019-01-08 18:33:16",
"CertType": "upload",
"CertName": "cert",
"CertStatus": "mismatch",
"DomainName": "*.com",
"CertCommonName": "*.com"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NoHttpsDomain | Your account does not have any HTTPS domain. | Your account does not have an HTTP-capable domain name. |
For a list of error codes, visit the Service error codes.