---
title: CT
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/python)

[Zones](https://developers.cloudflare.com/api/python/resources/zones)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# CT

#### CTAlerting

##### [Get CT Alerting Subscription](https://developers.cloudflare.com/api/python/resources/zones/subresources/ct/subresources/alerting/methods/get)

zones.ct.alerting.get(AlertingGetParams\*\*kwargs)  \-> [CTAlertingSubscription](https://developers.cloudflare.com/api/python/resources/zones#%28resource%29%20zones.ct.alerting%20%3E%20%28model%29%20ct%5Falerting%5Fsubscription%20%3E%20%28schema%29)

GET/zones/{zone\_id}/ct/alerting

##### [Update CT Alerting Subscription](https://developers.cloudflare.com/api/python/resources/zones/subresources/ct/subresources/alerting/methods/edit)

zones.ct.alerting.edit(AlertingEditParams\*\*kwargs)  \-> [CTAlertingSubscription](https://developers.cloudflare.com/api/python/resources/zones#%28resource%29%20zones.ct.alerting%20%3E%20%28model%29%20ct%5Falerting%5Fsubscription%20%3E%20%28schema%29)

PATCH/zones/{zone\_id}/ct/alerting

##### ModelsExpand Collapse 

class CTAlertingSubscription: …

Certificate Transparency alerting subscription settings for a zone.

enabled: bool

Whether CT alerting is enabled for the zone.

emails: Optional\[List\[str\]\]

Email addresses that receive CT alert notifications for the zone. A maximum of 100 addresses may be configured. Each address must be a valid RFC 5322 email address and must not contain a comma.