Skip to main content
Build and manage compliance workflows with Studio, then review results in Case Management.

Product Guides

Learn how to build verification flows in Studio and review cases in Case Management.

Developer Docs

Integrate Zenoo via API — authentication, endpoints, webhooks, and data models.

API Reference

Full endpoint reference for Flows, Entities, Cases, Alerts, Checks, and more.

Resources

Error codes, status enums, glossary, test data, and go-live checklist.

Verify a Company

KYB verification with registry lookups, UBO discovery, and director screening.

Verify a Person

KYC verification with identity checks, document capture, and biometrics.

Screen for Sanctions

PEP, sanctions, adverse media, and watchlist screening with ongoing monitoring.

Quick start

Send your first API request to create a verification case:
curl -X POST https://api.zenoo.com/v1/cases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "onboarding",
    "entity_category": "company",
    "external_reference": "customer-123"
  }'

Make your first API call

Step-by-step walkthrough of authentication, creating a case, and reading results.

Authentication

API keys, token management, and security best practices.