Numeric identifier of the Certification Authority for which to retrieve the certificates.
An integer determining which certificates to retrieve, by their status. The following flags may be combined through a binary OR operation:
14
includes "good", "revoked" and "hold" certificates, excludes "expired" certificates.
Session identifier.
This method returns an array of all certificates with a matching status. Each record is represented as an object in JSON, or a cert element in XML and contains four values:
Numeric identifier of the certificate. This is the identifier that must be passed to other API calls operating on the certificate.
Name of the certificate, corresponds to the common name (CN) on the certificate.
Current status of the certificate. One of "good", "hold", "expired" or "revoked"
Unix timestamp of the certificate's expiration.