Skip to main content

2.20 Get SSL Subscription List

2.20.1 API Information

Environment
Productionhttps://portal.racent.com/ssl/list
Request MethodPOST
content-typemultipart/form-data
DescriptionThis interface is used to retrieve the SSL subscription list by page according to the filter criteria, with 200 entries per page. Data is sorted in descending order by subscription creation time, and the default page number is page 1.

2.20.2 Parameter Definitions

Parameter NameParameter TypeRequiredDescription
api_tokenStringYIdentity credential. Please contact Racent technical support to generate the token.
productCodeStringNProduct code
statusStringNOrder status:
PENDING: Applying
COMPLETE: Application successful
CANCELLED: Cancelled
REISSUED: Reissued
FAILED: Application failed
RENEWED: Renewed
REVOKED: Revoked
beginDateStringNStart time
endDateStringNEnd time
domainNameStringNDomain name
pageIntNPage number

Response

Parameter NameTypeRequiredDescription
codeIntYReturn status, for details please refer to Appendix 3.1
dataArrayNThis parameter is Y when the return status is success.
Each item is of Object type, details of each item are as follows
certIdStringNracent certificate ID
productNameStringNProduct name
productCodeStringNProduct code
brandStringNProduct brand
typeStringNInstance type
new: New purchase
renew: Renewal
upgrade: Upgrade
beginDateStringNStart time
endDateStringNEnd time
periodStringNTerm
statusStringNStatus
createdStringNCreation time
orderNumStringNOrder number
amountNumberNAmount
commonNameStringNCommon name
domainsArrayNDomain information
terminateDateStringNCurrent certificate expiration time
remarkStringNRemark
tagsArrayNTags
pageIntYPage number
totalCountIntYTotal count
totalPageIntYTotal pages
errorsObject or StringNSpecific error information when the return status is error.