Skip to content

tlsCertificateResponse

No description available in the specification.

FieldTypeRequiredDescription
idtlsCertificateIdyesPublic TLS certificate ID
statustlsCertificateStatusyes(pending, issued, pending_cancellation, pending_revocation, pending_order_revocation, cancelled, order_cancelled, revoked, order_revoked, rejected, expired, unknown)
common_namestringyes-
productstringyes-
providertlsCertificateProvideryes(digicert)
dns_namesstring[]yes-
action_requiredbooleanyes-
pending_reasonstringyes-
pending_messagestringyes-
completion_urlstringyesAbsolute URL where the remaining order details can be completed in the web interface. API clients can alternatively use /tls/certificate/{certificate_id}/complete.
organization_idstringyes-
organizationtlsCertificateOrganizationno-
order_statestringno-
revocation_scopetlsCertificateRevocationScopeno(certificate, order)
revocation_pending_scopetlsCertificateRevocationScopeno(certificate, order)
reissue_supportedbooleanno-
validity_daysintegernoPurchased base order validity in days as submitted for the order. On provider-linked renewals the effective issued certificate lifetime can be longer. Use valid_from and valid_until as the authoritative issued lifetime.
renewal_bonus_daysintegernoConfirmed additional validity days on top of validity_days, derived from the actually issued renewal certificate. This field is only present for renewal certificates once the effective issued lifetime can be determined.
serial_numberstringno-
valid_fromstringno-
valid_untilstringnoAuthoritative expiration timestamp of the currently issued certificate. On provider-linked renewals this can be later than validity_days would suggest if the provider adds remaining validity from the previous certificate.
contract_valid_fromstringno-
contract_valid_untilstringno-
last_status_checkstringno-
certificate_pem_availablebooleanyes-
order_cancellablebooleanno-
order_cancellation_modetlsCertificateOrderCancellationModeno(cancel_pending, revoke_issued)
order_cancellable_untilstringno-
validationtlsValidationno-
reissuetlsCertificateReissueResponseno-
{
"id": "7K9QW3M2ZT8HJ",
"status": "pending",
"common_name": "string",
"product": "string",
"provider": "digicert",
"dns_names": [
"string"
],
"action_required": true,
"pending_reason": "string",
"pending_message": "string",
"completion_url": "string",
"organization_id": "string",
"organization": {
"id": "hdl_7K9QW3M2ZT8HJ",
"name": "string",
"status": "ready",
"usable_for_ordering": true
},
"order_state": "string",
"revocation_scope": "certificate",
"revocation_pending_scope": "certificate",
"reissue_supported": true,
"validity_days": 0,
"renewal_bonus_days": 0,
"serial_number": "string",
"valid_from": "2026-01-01T00:00:00Z",
"valid_until": "2026-01-01T00:00:00Z",
"contract_valid_from": "2026-01-01T00:00:00Z",
"contract_valid_until": "2026-01-01T00:00:00Z",
"last_status_check": "2026-01-01T00:00:00Z",
"certificate_pem_available": true,
"order_cancellable": true,
"order_cancellation_mode": "cancel_pending",
"order_cancellable_until": "2026-01-01T00:00:00Z",
"validation": {
"method": "dns-cname-token",
"dns_records": [
{
"name": "www.example.com.",
"type": "CNAME",
"value": "www.example.com."
}
],
"email_targets": [
"string"
]
},
"reissue": {
"id": 0,
"status": "pending",
"common_name": "string",
"dns_names": [
"string"
],
"order_state": "string",
"requested_at": "2026-01-01T00:00:00Z",
"last_updated_at": "2026-01-01T00:00:00Z",
"validation": {
"method": "dns-cname-token",
"dns_records": [
{
"name": "www.example.com.",
"type": "CNAME",
"value": "www.example.com."
}
],
"email_targets": [
"string"
]
}
}
}