v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
Interview

Fetch scores

Get id validation, liveness and face recognition results for given interviewId.

get/omni/get/score

Query parameters

idstring

Id of onboarding for which score is requests. If not present, it will be extracted from token.

Headers

api-versionstring required

Response

OK

needsReviewReason'MANUAL_CAPTURE' | 'RULE_APPLIED' | 'OLD_ID' | 'FLOW_CONFIGURATION' | 'FRONT_ID_CAPTURE_ATTEMPTS' | 'BACK_ID_CAPTURE_ATTEMPTS' | 'SELFIE_CAPTURE_ATTEMPTS' | 'ANTIFRAUD' | 'MISSING_DEPTH_DATA'

In case the overall score status is MANUAL (Needs Review), returns reason

Example response

{
  "identityCrosscheck": {
    "riskLevel": "LOW"
  }
}