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 β€” session creation, 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 β†’