Skip to main content

Interactive API playground

All endpoints are documented with request/response schemas and an interactive playground. Use the sidebar to navigate between API sections:
  • Identity Verification — token generation, status retrieval, webhooks
  • Business Verification — company management, document ordering, registry checks
  • AML Screening — single checks, monitoring, PDF reports
  • Bank Verification — token creation, account transactions

Authentication

All endpoints require HTTP Basic Auth with your API key and secret:
curl -X POST https://ivs.idenfy.com/api/v2/token \
  -u "API_KEY:API_SECRET" \
  -H "Content-Type: application/json" \
  -d '{"clientId": "user-123"}'
See Authentication for details.

Base URL

https://ivs.idenfy.com
Same URL for sandbox and production — your API key determines the mode. See Environments.

Integration guides

For step-by-step integration instructions (not just endpoint reference), see:
ProductGuide
ID Verification (KYC)KYC Overview →
Business Verification (KYB)KYB Overview →
AML ScreeningAML Overview →
Bank VerificationBank Overview →