Body
Description
Validates the CSR for a domain name.
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/sslcert/validate-csr.json?auth-userid=0&api-key=0&csr=-----BEGIN%20CERTIFICATE%20REQUEST-----xxxxxx-----END%20CERTIFICATE%20REQUEST-----&domainname=abc.xyz
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | - |
| csr | String | Required | Encoded CSR for the domain name |
| domainname | String | Required | Domain name for which you are validating this CSR |
Response
Returns a hash map of the order details