Retrieve a certificate.

Prev Next
Get
/v1/certificates/{cert-id}

Retrieve a certificate.

Path parameters
cert-id
string (uuid) Required

UUID of an issued certificate.

Responses
200

Certificate

object

A certificate request or issued certificate.

certificate_id
string (uuid)

Certificate ID.

status
string

Certificate status.

Valid values[ "PENDING", "REJECTED", "ISSUED", "REVOKED", "EXPIRED" ]
csr
string

The certificate signing request.

certificate
string

The certificate itself, if issued.

node_id
string (uuid)

The node relevant to this certificate, if known.

app_id
string (uuid)

The app relevant to this certificate, if known.

build_id
string (uuid)

The build relevant to this certificate, if known.