Loading...

Knowledge Base

Validate an SSL CSR Using the API

When you want to validate a Certificate Signing Request (CSR) for an SSL order using the API. This article explains required parameters, CSR validation handling, and response details for SSL CSR verification.

Validate CSR

 

Description

Validates the CSR for a domain name.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder Id of the SSL order.
csrStringRequiredEncoded CSR for the 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-----

Response

Returns a success or error depending on the CSR passed.