ZoomInfo · Capability
ZoomInfo Monitoring And Compliance
Unified capability for monitoring and compliance workflows combining webhook management, API usage tracking, and compliance operations. Used by platform admins and data governance teams to manage data monitoring, ensure compliance, and track API consumption.
What You Can Do
POST
Create webhook
— Create a new webhook subscription.
/v1/webhooks
GET
List webhooks
— List all webhook subscriptions.
/v1/webhooks
PUT
Update webhook
— Update an existing webhook subscription.
/v1/webhooks/{webhookId}
DELETE
Delete webhook
— Delete a webhook subscription.
/v1/webhooks/{webhookId}
POST
Validate target url
— Validate a webhook target URL.
/v1/webhooks/validate
GET
Get subscription types
— Get available webhook subscription types.
/v1/webhooks/subscription-types
POST
Check compliance
— Check compliance status for specified contacts.
/v1/compliance
GET
Get usage
— Get API usage data.
/v1/usage
MCP Tools
create-webhook
Create a new webhook subscription for data change notifications.
list-webhooks
List all configured webhook subscriptions.
read-only
idempotent
update-webhook
Update an existing webhook subscription.
idempotent
delete-webhook
Delete a webhook subscription.
idempotent
validate-target-url
Validate a webhook target URL is reachable.
read-only
idempotent
get-subscription-types
Get available webhook subscription types.
read-only
idempotent
check-compliance
Check data compliance status for specified contacts.
read-only
get-usage
Get API usage data and consumption metrics.
read-only
idempotent
APIs Used
zoominfo