cURL
curl --request GET \ --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}/latest-certificate-bundle
{ "certificate": "<string>", "certificateChain": "<string>", "privateKey": "<string>", "serialNumber": "<string>" }
Get latest certificate bundle of a subscriber
The name of the PKI subscriber to get the active certificate bundle for.
The ID of the project to get the active certificate bundle for.
Default Response
The response is of type object.
object
Was this page helpful?