Skip to content

Get TLS certificate

GET /tls/certificate/{certificate_id}

Operation ID: GetCertificateByID

Retrieve a single TLS certificate including staged/action-required state, validation details, and provider metadata.

NameTypeRequiredDescription
certificate_idtlsCertificateIdyes-
StatusTypeDescription
200tlsCertificateResponseTLS certificate details
400ErrorInvalid request
401ErrorUnauthorized
404ErrorTLS certificate not found
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responsetlsCertificateResponseno-
Terminal window
curl -X GET "https://api.regfish.com/tls/certificate/<certificate_id>" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.