---
title: "List sessions"
method: GET
path: "/api/v2/facial-authentication-sessions/"
tags: ["Face Auth Sessions"]
---

# List sessions

`GET /api/v2/facial-authentication-sessions/`

## Response `200`

- FacialAuthenticationSession[]
  - `id` string, uuid, required
  - `tokenString` string — Token string used for authentication.
  - `approved` boolean, nullable
  - `givenScanRef` string, required — deprecated
  - `type` 'ENROLLMENT' | 'AUTHENTICATION'
  - `authenticationMethod` 'ACTIVE_LIVENESS' | 'FACE_MATCHING'
  - `facePhoto` string, uri, nullable

---

[API](https://skmtc.net/idenfy/apis/idenfy-ivs-core-api.md) · [All operations](https://skmtc.net/idenfy/apis/idenfy-ivs-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idenfy/idenfy-ivs-core-api/revisions/3540d9ee5506/schema)
