Get CT log details for a certificate
GET https://www.digicert.com/services/v2/ctmonitor/{{order_id}}/cert-details/{{certificate_serial_number}}?issuer={{issuer_name}}
Use this endpoint to get the CT log details a certificate using the certificate's serial number.
Notice
This is the serial number assigned to the certificate on issuance.
Example requests and response
Request URL query strings
URL query strings are appended to the endpoint URL using a ?.
For example:
https://www.digicert.com/services/v2/ctmonitor/{{order_id /cert-details/{{certificate_serial_number}}?issuer={{issuer_name}}
Name | Req/Opt | Type | Description |
---|---|---|---|
issuer | required | string | Name of certificate authority that issued the certificate. |
Response parameters
Name | Type | Description |
---|---|---|
serial | string | Serial number assigned to the certificate on issuance. |
issuer | string | Name of certificate authority that issued the certificate. |
not_after | string | Timestamp of when certificate validity ends. Format: UTC timezone and ISO 8601 date |
not_before | string | Timestamp of when certificate validity starts. Format: UTC timezone and ISO 8601 date |
pem | string | TLS/SSL certificate in PEM format. |
digicert_issued | bool | If the certificate was issued by DigiCert. Possible values:
|