Scope
This section covers entity-level monitoring (watchlist / periodic screening tied to enrichments) underGET/PATCH /entities/....
Do not confuse it with Transaction monitoring (KYT / payment alerts), documented under Use cases → Transaction monitoring.
Typical flow (Gueno sanctions)
- Marketplace: enable the integration and org monitoring for
global_gueno_sanctions_enrichment. - Onboarding: when creating the entity, send
monitoring+autoExecuteIntegrationsper Create entity or Create automatic. - Operations: use the API Reference pages in this group for status and history.
- Enable / disable:
PATCH /entities/toggle-status-monitoringwithentityId,integrationCode, andactive.
API reference
Monitoring status
GET /entities/{id}/monitoringHistory
GET /entities/{id}/monitoring/historyMonitoring status by integration
PATCH /entities/toggle-status-monitoringExtended client guide (repository)
The end-to-end client guide with JSON examples lives in the repo:docs/es/guias/monitoreo-sanciones-gueno-cliente.md (Spanish; mirror to EN/PT in-repo if needed).