Loading
Loading
Retrieve the complete SSL certificate chain for any domain. Includes all certificates from the end-user certificate through intermediate CAs to the root CA.
Returns 4 certificates in the chain: end-user, two intermediates, and the root CA. Each certificate includes full subject, issuer, public key, and extension details.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following query parameters control the SSL chain lookup.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
domainNamerequiredStringDomain name or URL whose SSL certificate lookup is required
sslRawoptionalBooleandefault: falseFor getting the raw openSSL response of the domain.
A successful request returns a 200 OK response with a JSON object containing the full certificate chain from end-user to root CA for the queried domain.
domainNameDomain for which the certificate is queried.
queryTimeTime when the query was made.
sslRawRaw OpenSSL output for the certificate. Only present when sslRaw parameter is set to true.
sslCertificatesSee the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please pass domain param correct value [For Technical Support: support@apifreaks.com]
Unavailable domain extension.
No Ssl Certificate exists for this Domain