PingCentral API Reference

Certificate Utilities

The certificate management API endpoints support operations to manage certificate resources.

Data model

Property Description

expires

A string that specifies the date at which the certificate expires.

fileData

A string that specifies the certificate data.

issuerDN

A string that specifies the certificate’s issuer distinguished name value.

serialNumber

A string that specifies the certificate’s serial number.

signatureAlgorithm

A string that specifies the certificate’s signature algorithm.

subjectDN

A string that specifies the certificate’s subject distinguished name value.

validFrom

A string that specifies the time and date from which the certificate is valid.

version

An integer that specifies the certificate’s version number.

Response codes

Code Message

200

Successful operation.

201

Successfully created.

204

Successfully removed. No content.

400

The request could not be completed.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request, or your license is exceeded.

404

The requested resource was not found.

422

The requested could not be completed because of validation error(s).