---
title: Casb
---

[Skip to content](#%5Ftop) 

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

[Zero Trust](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Casb

#### CasbApplications

##### [List applications](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/applications/methods/list)

client.ZeroTrust.Casb.Applications.List(ctx, params) (\*SinglePage\[[CasbApplicationListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.applications%20%3E%20%28model%29%20CasbApplicationListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/one/applications

##### [Get application details](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/applications/methods/get)

client.ZeroTrust.Casb.Applications.Get(ctx, applicationID, query) (\*[CasbApplicationGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.applications%20%3E%20%28model%29%20CasbApplicationGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/one/applications/{application\_id}

#### CasbApplicationsAuth Methods

##### [Get auth methods](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/applications/subresources/auth%5Fmethods/methods/list)

client.ZeroTrust.Casb.Applications.AuthMethods.List(ctx, applicationID, params) (\*SinglePage\[[CasbApplicationAuthMethodListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.applications.auth%5Fmethods%20%3E%20%28model%29%20CasbApplicationAuthMethodListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/one/applications/{application\_id}/auth-methods

#### CasbIntegrations

##### [List integrations](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/list)

client.ZeroTrust.Casb.Integrations.List(ctx, params) (\*SinglePage\[[CasbIntegrationListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/one/integrations

##### [Get integration details](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/get)

client.ZeroTrust.Casb.Integrations.Get(ctx, id, query) (\*[CasbIntegrationGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/one/integrations/{id}

##### [Create integration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/create)

client.ZeroTrust.Casb.Integrations.New(ctx, params) (\*[CasbIntegrationNewResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationNewResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/one/integrations

##### [Update integration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/update)

client.ZeroTrust.Casb.Integrations.Update(ctx, id, params) (\*[CasbIntegrationUpdateResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationUpdateResponse%20%3E%20%28schema%29), error)

PATCH/accounts/{account\_id}/one/integrations/{id}

##### [Delete integration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/delete)

client.ZeroTrust.Casb.Integrations.Delete(ctx, id, body) error

DELETE/accounts/{account\_id}/one/integrations/{id}

##### [Pause integration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/pause)

client.ZeroTrust.Casb.Integrations.Pause(ctx, id, body) (\*[CasbIntegrationPauseResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationPauseResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/one/integrations/{id}/pause

##### [Resume integration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/integrations/methods/resume)

client.ZeroTrust.Casb.Integrations.Resume(ctx, id, body) (\*[CasbIntegrationResumeResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.integrations%20%3E%20%28model%29%20CasbIntegrationResumeResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/one/integrations/{id}/resume

#### CasbPosture

#### CasbPostureFindings

##### [List posture findings](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/list)

client.ZeroTrust.Casb.Posture.Findings.List(ctx, params) (\*V4PagePaginationArray\[[CasbPostureFindingListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/findings

##### [Get a finding type](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/get)

client.ZeroTrust.Casb.Posture.Findings.Get(ctx, findingID, query) (\*[CasbPostureFindingGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/data-security/posture/findings/{finding\_id}

##### [Create new findings export request](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/export)

client.ZeroTrust.Casb.Posture.Findings.Export(ctx, params) (\*[CasbPostureFindingExportResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingExportResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/export

##### [Mark a finding as ignored](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/ignore)

client.ZeroTrust.Casb.Posture.Findings.Ignore(ctx, params) (\*[CasbPostureFindingIgnoreResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingIgnoreResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/ignore

##### [Remove ignore marker from a finding](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/unignore)

client.ZeroTrust.Casb.Posture.Findings.Unignore(ctx, params) (\*[CasbPostureFindingUnignoreResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingUnignoreResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/unignore

##### [Update the severity for a finding](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/tune%5Fseverity)

client.ZeroTrust.Casb.Posture.Findings.TuneSeverity(ctx, findingID, params) (\*[CasbPostureFindingTuneSeverityResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingTuneSeverityResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/tune\_finding\_severity

##### [Reset severity for a finding back to the default](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/methods/reset%5Fseverity)

client.ZeroTrust.Casb.Posture.Findings.ResetSeverity(ctx, findingID, body) (\*[CasbPostureFindingResetSeverityResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings%20%3E%20%28model%29%20CasbPostureFindingResetSeverityResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/reset\_finding\_severity

#### CasbPostureFindingsInstances

##### [List instances of a finding](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/subresources/instances/methods/list)

client.ZeroTrust.Casb.Posture.Findings.Instances.List(ctx, findingID, params) (\*V4PagePaginationArray\[[CasbPostureFindingInstanceListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings.instances%20%3E%20%28model%29%20CasbPostureFindingInstanceListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/instances

##### [Get a finding instance using an instance ID](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/subresources/instances/methods/get)

client.ZeroTrust.Casb.Posture.Findings.Instances.Get(ctx, findingID, instanceID, query) (\*[CasbPostureFindingInstanceGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings.instances%20%3E%20%28model%29%20CasbPostureFindingInstanceGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/instances/{instance\_id}

##### [Create a finding instances export](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/subresources/instances/methods/export)

client.ZeroTrust.Casb.Posture.Findings.Instances.Export(ctx, storageNamespaceID, params) (\*[CasbPostureFindingInstanceExportResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings.instances%20%3E%20%28model%29%20CasbPostureFindingInstanceExportResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/{storage\_namespace\_id}/instances/export

##### [Archive a finding](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/subresources/instances/methods/archive)

client.ZeroTrust.Casb.Posture.Findings.Instances.Archive(ctx, findingID, params) (\*[CasbPostureFindingInstanceArchiveResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings.instances%20%3E%20%28model%29%20CasbPostureFindingInstanceArchiveResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/instances/archive

##### [Remove the archive marking from a finding instance](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/findings/subresources/instances/methods/unarchive)

client.ZeroTrust.Casb.Posture.Findings.Instances.Unarchive(ctx, findingID, params) (\*[CasbPostureFindingInstanceUnarchiveResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.findings.instances%20%3E%20%28model%29%20CasbPostureFindingInstanceUnarchiveResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/findings/{finding\_id}/instances/unarchive

#### CasbPostureExports

##### [List all export jobs](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/exports/methods/list)

client.ZeroTrust.Casb.Posture.Exports.List(ctx, params) (\*V4PagePaginationArray\[[CasbPostureExportListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.exports%20%3E%20%28model%29%20CasbPostureExportListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/exports

##### [Get a single export job](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/exports/methods/get)

client.ZeroTrust.Casb.Posture.Exports.Get(ctx, id, query) (\*[CasbPostureExportGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.exports%20%3E%20%28model%29%20CasbPostureExportGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/data-security/posture/exports/{id}

#### CasbPostureFinding Types

##### [List all finding types](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/finding%5Ftypes/methods/list)

client.ZeroTrust.Casb.Posture.FindingTypes.List(ctx, params) (\*V4PagePaginationArray\[[CasbPostureFindingTypeListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.finding%5Ftypes%20%3E%20%28model%29%20CasbPostureFindingTypeListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/finding\_types

##### [Get finding by ID](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/finding%5Ftypes/methods/get)

client.ZeroTrust.Casb.Posture.FindingTypes.Get(ctx, findingTypeID, query) (\*[CasbPostureFindingTypeGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.finding%5Ftypes%20%3E%20%28model%29%20CasbPostureFindingTypeGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/data-security/posture/finding\_types/{finding\_type\_id}

#### CasbPostureFinding TypesRemediation Types

##### [List remediation types for a finding type](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/finding%5Ftypes/subresources/remediation%5Ftypes/methods/list)

client.ZeroTrust.Casb.Posture.FindingTypes.RemediationTypes.List(ctx, findingTypeID, params) (\*V4PagePaginationArray\[[CasbPostureFindingTypeRemediationTypeListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.finding%5Ftypes.remediation%5Ftypes%20%3E%20%28model%29%20CasbPostureFindingTypeRemediationTypeListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/finding\_types/{finding\_type\_id}/remediation\_types

#### CasbPostureContent

##### [List DLP content findings](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/content/methods/list)

client.ZeroTrust.Casb.Posture.Content.List(ctx, params) (\*V4PagePaginationArray\[[CasbPostureContentListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.content%20%3E%20%28model%29%20CasbPostureContentListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/content

##### [Create a content export](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/content/methods/export)

client.ZeroTrust.Casb.Posture.Content.Export(ctx, params) (\*[CasbPostureContentExportResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.content%20%3E%20%28model%29%20CasbPostureContentExportResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/content/export

#### CasbPostureRemediations

#### CasbPostureRemediationsJobs

##### [List remediation jobs](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/remediations/subresources/jobs/methods/list)

client.ZeroTrust.Casb.Posture.Remediations.Jobs.List(ctx, params) (\*V4PagePaginationArray\[[CasbPostureRemediationJobListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.remediations.jobs%20%3E%20%28model%29%20CasbPostureRemediationJobListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/remediations/jobs

##### [Creates remediation jobs](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/remediations/subresources/jobs/methods/create)

client.ZeroTrust.Casb.Posture.Remediations.Jobs.New(ctx, params) (\*[CasbPostureRemediationJobNewResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.remediations.jobs%20%3E%20%28model%29%20CasbPostureRemediationJobNewResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/remediations/jobs

##### [Create a remediation jobs export](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/remediations/subresources/jobs/methods/export)

client.ZeroTrust.Casb.Posture.Remediations.Jobs.Export(ctx, params) (\*[CasbPostureRemediationJobExportResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.remediations.jobs%20%3E%20%28model%29%20CasbPostureRemediationJobExportResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/remediations/jobs/export

#### CasbPostureWebhooks

##### [List webhook configurations](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/list)

client.ZeroTrust.Casb.Posture.Webhooks.List(ctx, query) (\*SinglePage\[[CasbPostureWebhookListResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookListResponse%20%3E%20%28schema%29)\], error)

GET/accounts/{account\_id}/data-security/posture/webhooks

##### [Create a new webhook configuration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/create)

client.ZeroTrust.Casb.Posture.Webhooks.New(ctx, params) (\*[CasbPostureWebhookNewResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookNewResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/webhooks

##### [Get webhook configuration by ID](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/get)

client.ZeroTrust.Casb.Posture.Webhooks.Get(ctx, webhookID, query) (\*[CasbPostureWebhookGetResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookGetResponse%20%3E%20%28schema%29), error)

GET/accounts/{account\_id}/data-security/posture/webhooks/{webhook\_id}

##### [Update an existing webhook configuration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/update)

client.ZeroTrust.Casb.Posture.Webhooks.Update(ctx, webhookID, params) (\*[CasbPostureWebhookUpdateResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookUpdateResponse%20%3E%20%28schema%29), error)

PUT/accounts/{account\_id}/data-security/posture/webhooks/{webhook\_id}

##### [Delete a webhook configuration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/delete)

client.ZeroTrust.Casb.Posture.Webhooks.Delete(ctx, webhookID, body) (\*[CasbPostureWebhookDeleteResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookDeleteResponse%20%3E%20%28schema%29), error)

DELETE/accounts/{account\_id}/data-security/posture/webhooks/{webhook\_id}

##### [Test a webhook configuration before creating it](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/evaluate)

client.ZeroTrust.Casb.Posture.Webhooks.Evaluate(ctx, params) (\*[CasbPostureWebhookEvaluateResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookEvaluateResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/webhooks/evaluate

##### [Test an existing webhook configuration](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/methods/evaluate%5Fexisting)

client.ZeroTrust.Casb.Posture.Webhooks.EvaluateExisting(ctx, webhookID, body) (\*[CasbPostureWebhookEvaluateExistingResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks%20%3E%20%28model%29%20CasbPostureWebhookEvaluateExistingResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/webhooks/{webhook\_id}/evaluate

#### CasbPostureWebhooksJobs

##### [Create webhook jobs](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust/subresources/casb/subresources/posture/subresources/webhooks/subresources/jobs/methods/create)

client.ZeroTrust.Casb.Posture.Webhooks.Jobs.New(ctx, params) (\*[CasbPostureWebhookJobNewResponse](https://developers.cloudflare.com/api/go/resources/zero%5Ftrust#%28resource%29%20zero%5Ftrust.casb.posture.webhooks.jobs%20%3E%20%28model%29%20CasbPostureWebhookJobNewResponse%20%3E%20%28schema%29), error)

POST/accounts/{account\_id}/data-security/posture/webhooks/jobs