---
title: "Get Spot Check Result"
method: GET
path: "/v2/spot-checks/{journey_id}"
---

# Get Spot Check Result

`GET /v2/spot-checks/{journey_id}`

## Path parameters

- `journey_id` string, required

## Response `200`

200

- object
  - `journey_id` string
  - `customer_id` string
  - `reference_number` string
  - `system_decision` string
  - `start_time` string
  - `end_time` string
  - `model_version` string
  - `selfie` object
    - `status` string
    - `is_live` boolean
    - `liveness_status_code` unknown
    - `image_path` string
  - `spot_checks` object
    - `applicant_selfie_face_match` object
      - `is_matched` boolean
      - `score` integer
      - `images` object[]
        - `image_path` string
        - `image_source` string
  - `rule_results` object
    - `selfie_liveness` object
      - `description` string
      - `information` string
      - `name` string
      - `result` string
      - `tips` string
      - `details` object[]
        - `title` string
        - `result_description` string
        - `reference_object` object
          - `object_key` string
          - `instance_key` integer
        - `result` string
  - `applicant` object
    - `applicant_id` string
    - `full_name` unknown
    - `birth_date` unknown
    - `personal_number` unknown
    - `profile_image_path` string
  - `manual_reviews` unknown[]
    - unknown
  - `tenant_id` unknown
  - `environment_name` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/idwise/apis/idwise-api.md) · [All operations](https://skmtc.net/idwise/apis/idwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idwise/idwise-api/versions/c83866525ec0/schema)
