Certificates
Get Certificate Body / Chain
Get certificate body of certificate
GET
/
api
/
v1
/
pki
/
certificates
/
{serialNumber}
/
certificate
Path Parameters
serialNumber
string
requiredThe serial number of the certificate to get the certificate body and certificate chain for
Response
200 - application/json
certificate
string
requiredThe certificate body of the certificate
certificateChain
string
requiredThe certificate chain of the certificate
serialNumber
string
requiredThe serial number of the certificate
Was this page helpful?