Skip to main content
GET
/
v3
/
workflows
/
{settings_uuid}
Get Workflow
curl --request GET \
  --url https://verification.didit.me/v3/workflows/{settings_uuid}/ \
  --header 'x-api-key: <api-key>'
{
  "uuid": "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,
  "created_at": "2025-01-15T10:30:00Z",
  "updated_at": "2025-01-15T10:30:00Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

settings_uuid
string<uuid>
required

Workflow UUID

Response

Full workflow configuration.