Wardya Docs / Getting Started

Quickstart

Start testing Wardya Identity Data Intelligence APIs in sandbox mode.

Public docs use sandbox-only examples. Production credentials, private partner integrations, internal architecture, and deployment details are shared only through approved onboarding.

1. Request sandbox access

Create a sandbox workspace for testing Wardya APIs with safe demo data.

2. Use your test API key

Authenticate requests with a sandbox-only API key.

3. Create your first verification

Submit a test identity verification request using safe public fields.

4. Read the decision

Receive status, risk score, decision, and review reasons.

5. Configure webhooks

Subscribe to approved public events for real-time updates.

6. Move to production

Production access requires onboarding, approval, and security review.

Sandbox request

Environment: Sandbox
Base URL: https://api.wardya.ai/v1
API key format: wdya_test_xxxxxxxxxxxxx

Create verification

POST /identity/verifications

{
  "tenantId": "tenant_demo",
  "customer": {
    "firstName": "Amanuel",
    "lastName": "Tesfaye",
    "country": "ET"
  },
  "checks": ["document", "face_match", "liveness", "aml"]
}