---
title: "Get Session Result"
method: POST
path: "/getSessionResult"
---

# Get Session Result

`POST /getSessionResult`

The getSessionResult API operation retrieves the results of a specific Face Liveness session. It requires the sessionId as input and returns the corresponding Face Liveness confidence score. It also provides a reference image that includes a face bounding box, and audit images that also contain face bounding boxes. The Face Liveness confidence score ranges from 0–100.

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `sessionId` string
    - `accessToken` string
    - `poolReferenceId` string
    - `pool` object
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string

## Other responses

- `400` — 400

---

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