1. Api information
Interface Information Item
Content
Real environment
https://api.howssl.com/Home/Order/getCertificate
Request method
Post
content- type
multipart/form-data
Description
The interface is used for checking the information about the certificate and the status of the ordered certificate should be Finished. The information about the certificate is available after the certificate is issued. The information related to the certificate will be returned if it's correct. The corresponding error codes will be returned if it's wrong.
1. Parameter definition
Parameter Name Parameter Type Mandatory Illustration
token
string
Y
For Th becoming token, the evidence of identification, please contact the web administrator.
order\_id
string
Y
Order id
Function returns
status
boolean
Y
True means the request succeeds and the correct parameters are returned while false means the request fails.
msg
string
Y
Description of the returned data information
data
JSON
Y
Business data for the successful request
code
int
Y
Returned status code
1. Returned parameter illustration (data)
Name of Returned Parameters Parameter Type Illustration
cert\_start\_time
date-time
The time that the certificate's validity starts
cert\_end\_time
date-time
The time that the certificate's validity ends
paid
boolean
Whether it's paid or not
ca\_order\_id
string
The id of the third-party certification agency
Name of Returned Parameters Parameter Type Illustration
certificate
JSON
Certificate information
\>>> cert
string
Certificate document the certificate
\>>> ca\_cert
string
The document in the middle of the certificate the ca-bundle
\>>> csr
string
csr document the csr
\>>> private\_key
string
The private key file the private key
1. The example of the returned result
{
"private\_key": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n"
}
},
"code": 200
}
"status": true,
"msg": "Successfully gained the certificate data",
"data": {
"cert\_start\_time": "2021-04-28 08:00:00",
"cert\_end\_time": "2022-04-30 07:59:58",
"paid": true,
"ca\_order\_id": "480111210",
"certificate": {
"cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ",
"ca\_cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ",
"csr": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n",
- Introduction
- Interface Documentation for SSL Certificate Product
- What's new?
- The base access path
- Calling Explanation
- Request
- Response
- Get domain name verification email
- Verify
- Limitation to Requests
- Error
- Obtain the product's details
- Get the basic information about the account
- Submit the Order
- Gain the verification information
- Cancel the order
- Refresh the status of the domain name verification
- Resend the verification email
- Change the way of verifying the domain names in bulk
- Change the way of verifying the individual domain name
- Gain the information about the certificate
- Gain the order information
- Error Illustration
- Errors of requesting calls