Description
Gets details of the specified SSL Certificate order
Note: Even after we change the vendor for SSL Certificates after 18th June 2026, there is no change in Request.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | - |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/sslcert/details.xml?auth-userid=0&api-key=key&order-id=0
Response
Returns a hash map of the order details. Please ensure you are updating the Response that you receive for this call by 18th June.
1. CNAME-Based Verification
When the action status is WAITING_FOR_VERIFICATION and the verification method is CNAME, the following parameters will be included in executioninfoparams:
• cname_target
• cname_host Internal use only - Confidential
• verification_method
2. HTTP-Based Verification
When the action status is WAITING_FOR_VERIFICATION and the verification method is HTTP, the following parameters will be included in executioninfoparams:
• http_file_path
• http_file_content
• verification_method
3. No Other Changes
All other response fields will remain unchanged.
4. Deprecated Parameters
The following parameters will no longer be returned in executioninfoparams:
• DELIVERY_ESTIMATE
• MD5
• SHA1
• SHA256
Possible values for param cert_type: ssl, positive_ssl, positive_wildcard, ev_ssl
