TL;DR
/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint has undergone significant changes, including the removal of several optional properties from its response./zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint.#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object schema has been removed from the /allOf[#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate_response_collection] schema./zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint may require updates to client code.What Changed
#### Breaking
/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint no longer includes the optional properties cert_id, enabled, hostname, and private_key in its response./allOf[#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate_response_collection]/allOf[subschema #2]/result/items/ response has changed.#### Feature
/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint, including expires_on, issuer, serial_number, signature, status, updated_at, and uploaded_on.#### Behavior
#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object schema has been removed from the /allOf[#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate_response_collection] schema.Who's Impacted
If you are currently using the /zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint, you will need to update your client code to accommodate the changes to the response format. If you are relying on the removed optional properties, you will need to modify your code to handle their absence. If you are using the #/components/schemas/tls-certificates-and-hostnames_hostname_certid_object schema, you will need to update your code to use an alternative schema.
Action Checklist
/zones/{zone_id}/origin_tls_client_auth/hostnames/certificates endpoint.#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate_response_collection schema for changes.Verification
The information in this update brief is based on the following sources:
Last verified at: 2026-02-17T13:05:39.043442+00:00