v1

latestOpenAPI 3.1.02026-07-2423390.9 KB

Get Spot Check Result

get/v2/spot-checks/{journey_id}

Path parameters

journey_idstring required

The spot check Id

Response

200

journey_idstring
customer_idstring
reference_numberstring
system_decisionstring
start_timestring
end_timestring
model_versionstring
{"stackTrail":"paths:/v2/spot-checks/{journey_id}:get:responses:200:content:application/json:schema:properties:tenant_id","oasType":"schema","type":"unknown"}
environment_namestring

Example response

{
  "journey_id": "65f84ec2de2b9c6f120ce97d",
  "customer_id": "0c7a806e-0683-4736-8063-13a425d32bdf",
  "reference_number": "refe",
  "system_decision": "Complete",
  "start_time": "2024-03-18T14:25:06.486009",
  "end_time": "2024-03-18T14:25:27.108591",
  "model_version": "4.0",
  "selfie": {
    "status": "Complete",
    "is_live": true,
    "image_path": "29c76e7108ca4a309ef66c5985f8dcac"
  },
  "spot_checks": {
    "applicant_selfie_face_match": {
      "is_matched": true,
      "score": 100,
      "images": [
        {
          "image_path": "29c76e7108ca4a309ef66c5985f8dcac",
          "image_source": "Selfie"
        }
      ]
    }
  },
  "rule_results": {
    "selfie_liveness": {
      "description": "Verifies that the selfie photo supplied in the onboarding journey is live.",
      "information": "This check verifies that the selfie photo captured in the selfie step of the onboarding journey is live and of an applicant that is physically present during the verification process.",
      "name": "Selfie Liveness",
      "result": "Passed",
      "tips": "If this check fails, check the selfie photo provided by the applicant.",
      "details": [
        {
          "title": "Selfie",
          "result_description": "Selfie photo appears to be live.",
          "reference_object": {
            "object_key": "selfie",
            "instance_key": 10
          },
          "result": "Passed"
        }
      ]
    }
  },
  "applicant": {
    "applicant_id": "65f84e2dde2b9c6f120ce96e",
    "profile_image_path": "7816520e5b5a9f918da40e4d758d3f85"
  },
  "environment_name": "live"
}