---
title: CT
---

[Skip to content](#%5Ftop) 

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

[Zones](https://developers.cloudflare.com/api/go/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/go/resources/zones/subresources/ct/subresources/alerting/methods/get)

client.Zones.CT.Alerting.Get(ctx, query) (\*[CTAlertingSubscription](https://developers.cloudflare.com/api/go/resources/zones#%28resource%29%20zones.ct.alerting%20%3E%20%28model%29%20ct%5Falerting%5Fsubscription%20%3E%20%28schema%29), error)

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

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

client.Zones.CT.Alerting.Edit(ctx, params) (\*[CTAlertingSubscription](https://developers.cloudflare.com/api/go/resources/zones#%28resource%29%20zones.ct.alerting%20%3E%20%28model%29%20ct%5Falerting%5Fsubscription%20%3E%20%28schema%29), error)

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

##### ModelsExpand Collapse 

type CTAlertingSubscription struct{…}

Certificate Transparency alerting subscription settings for a zone.

Enabled bool

Whether CT alerting is enabled for the zone.

Emails \[\]stringOptional

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.