v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/certificate

Get a list of certificates that are about to expire

List of certificates expiring within specified number of days

get/v1/certificate/expire

Query parameters

daysinteger

Request certificates expiring within this number of days

offsetinteger

Next offset to display results of, if maxNumberOfResults is exceeded. Starts from 0.

maxNumberOfResultsinteger

Maximum number of certificates to display. If result exceeds this value. Modify 'offset' to retrieve more results

Response

Successful operation

Example response

{
  "certificates_rest_response": {
    "certificates": [
      {
        "certificate": "TUlJRFh6Q0NBLi4uZVcxWnJvMD0=",
        "serial_number": "1234567890ABCDEF",
        "response_format": "DER",
        "certificate_chain": [
          "ABC123efg...345xyz0="
        ],
        "certificate_profile": "ENDUSER",
        "end_entity_profile": "ExampleEEP"
      }
    ]
  }
}