Howssl API uses the status field in the response to express the processing status of the request. When status value is false, msg field will be returned to mark the error details. Some common errors will return code value to mark the rough type of errors. Business error means when the request is wrong, the wrong response will also be returend via the form of JSON.
For example,
{
"status":"false",
"code": 501,
"msg": "The operation needs the correct Token. Please verify your Token"
}
- 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