Skip to content
Start here

CT

CTAlerting

Get CT Alerting Subscription
client.zones.ct.alerting.get(AlertingGetParams { zone_id } params, RequestOptionsoptions?): AlertingGetResponse { enabled, emails }
GET/zones/{zone_id}/ct/alerting
Update CT Alerting Subscription
client.zones.ct.alerting.edit(AlertingEditParams { zone_id, enabled, emails } params, RequestOptionsoptions?): AlertingEditResponse { enabled, emails }
PATCH/zones/{zone_id}/ct/alerting
ModelsExpand Collapse
AlertingGetResponse { enabled, emails }

Certificate Transparency alerting subscription settings for a zone.

enabled: boolean

Whether CT alerting is enabled for the zone.

emails?: Array<string>

Email addresses that receive CT alert notifications. Only present and configurable for Business and Enterprise zones. Maximum of 10 addresses. For Free and Pro zones, notifications are sent to all users with SSL permissions on the zone.

AlertingEditResponse { enabled, emails }

Certificate Transparency alerting subscription settings for a zone.

enabled: boolean

Whether CT alerting is enabled for the zone.

emails?: Array<string>

Email addresses that receive CT alert notifications. Only present and configurable for Business and Enterprise zones. Maximum of 10 addresses. For Free and Pro zones, notifications are sent to all users with SSL permissions on the zone.