---
title: Csam Scanner
---

[Skip to content](#%5Ftop) 

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

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Csam Scanner

##### [Get CSAM Scanner setting](https://developers.cloudflare.com/api/resources/csam%5Fscanner/methods/get)

GET/zones/{zone\_id}/settings/csam\_scanner\_third\_party

##### [Update CSAM Scanner setting](https://developers.cloudflare.com/api/resources/csam%5Fscanner/methods/edit)

PATCH/zones/{zone\_id}/settings/csam\_scanner\_third\_party

##### ModelsExpand Collapse 

CsamScannerGetResponse object { id, editable, modified\_on, value } 

CSAM Scanner configuration for a zone.

id: optional "csam\_scanner"

The feature identifier.

editable: optional boolean

Whether the feature state can be changed. When false, the zone or account may be locked by Trust & Safety.

modified\_on: optional string

When the setting was last modified. Currently always null as the server does not populate this field.

formatdate-time

value: optional object { email, email\_state, enabled, 2 more } 

The CSAM Scanner feature configuration values. Contains the notification email and scanning enablement settings.

email: optional string

Notification email address for CSAM scan results. Masked in responses unless explicitly unmasked via admin endpoint.

maxLength254

email\_state: optional "valid" or "pending" or "unverified"

Current verification state of the notification email.

One of the following:

"valid"

"pending"

"unverified"

enabled: optional boolean

Whether CSAM scanning is enabled for this zone.

sources: optional map\[boolean\]

Map of scanning sources and their enabled state.

zone\_plan: optional string

The zone’s plan level.

CsamScannerEditResponse object { id, editable, modified\_on, value } 

CSAM Scanner configuration for a zone.

id: optional "csam\_scanner"

The feature identifier.

editable: optional boolean

Whether the feature state can be changed. When false, the zone or account may be locked by Trust & Safety.

modified\_on: optional string

When the setting was last modified. Currently always null as the server does not populate this field.

formatdate-time

value: optional object { email, email\_state, enabled, 2 more } 

The CSAM Scanner feature configuration values. Contains the notification email and scanning enablement settings.

email: optional string

Notification email address for CSAM scan results. Masked in responses unless explicitly unmasked via admin endpoint.

maxLength254

email\_state: optional "valid" or "pending" or "unverified"

Current verification state of the notification email.

One of the following:

"valid"

"pending"

"unverified"

enabled: optional boolean

Whether CSAM scanning is enabled for this zone.

sources: optional map\[boolean\]

Map of scanning sources and their enabled state.

zone\_plan: optional string

The zone’s plan level.