Skip to main content
GET
/
v3
/
workflows
/
{settings_uuid}
cURL
curl -X GET 'https://verification.didit.me/v3/workflows/a1b2c3d4-5678-90ab-cdef-111111111111/' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "uuid": "a1b2c3d4-5678-90ab-cdef-111111111111",
  "workflow_id": "a1b2c3d4-5678-90ab-cdef-111111111111",
  "workflow_label": "Standard KYC",
  "workflow_type": "kyc",
  "is_default": true,
  "is_archived": false,
  "is_liveness_enabled": true,
  "face_liveness_method": "passive",
  "face_liveness_score_decline_threshold": 50,
  "face_liveness_score_review_threshold": 70,
  "is_face_match_enabled": true,
  "face_match_score_decline_threshold": 40,
  "face_match_score_review_threshold": 60,
  "is_aml_enabled": false,
  "is_phone_verification_enabled": false,
  "is_email_verification_enabled": false,
  "is_database_validation_enabled": false,
  "is_ip_analysis_enabled": false,
  "is_nfc_enabled": false,
  "duplicated_user_action": "no_action",
  "documents_allowed": {},
  "max_retry_attempts": 3,
  "retry_window_days": 7,
  "session_expiration_time": 1440,
  "version": 2,
  "status": "published",
  "is_simple_workflow": false,
  "is_editable": false,
  "workflow_url": "https://verify.didit.me/session/abc123",
  "total_price": "0.15",
  "min_price": "0.15",
  "max_price": "0.15",
  "created_at": "2025-01-15T10:30:00Z",
  "updated_at": "2026-04-12T10:30:00Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

settings_uuid
string<uuid>
required

Per-version UUID of the workflow (the uuid value returned by the list endpoint). Each version of a workflow has its own settings_uuid.

Response

Full workflow configuration. The shape is the raw VerificationSettings serialization — many fields are optional and only present when the corresponding feature is enabled.