---
title: "NIN Face Verification"
method: POST
path: "/v1/ng/identities/face-verification/nin"
---

# NIN Face Verification

`POST /v1/ng/identities/face-verification/nin`

Face Verification for NIN

## Request body

- object
  - `idNumber` string, required — Identification number
  - `photoBase64` string — Base64 value of the selfie image. Note that any of photoBase64 / photoUrl / photo is required
  - `photoUrl` string — Photo Url
  - `photo` string, binary — form-data

## Response `200`

200

- object
  - `id` integer
  - `summary` object
    - `face_verification_check` object
      - `match` boolean
      - `match_score` number
      - `matching_threshold` integer
      - `max_score` integer
  - `status` object
    - `state` string
    - `status` string
  - `face_verification` object
    - `nin` string
    - `title` string
    - `firstname` string
    - `lastname` string
    - `phone` string
    - `email` string
    - `gender` string
    - `height` string
    - `profession` string
    - `marital_status` string
    - `employment_status` string
    - `birthdate` string
    - `birth_state` string
    - `birth_country` string
    - `next_of_kin` object
      - `firstname` string
      - `lastname` string
      - `middlename` string
      - `address1` string
      - `lga` string
      - `state` string
      - `town` string
    - `nspokenlang` string
    - `ospokenlang` string
    - `photo` string
    - `religion` string
    - `residence` object
      - `address1` string
      - `lga` string
      - `state` string
    - `lga_of_origin` string
    - `place_of_origin` string
    - `state_of_origin` string
    - `signature` string
    - `tracking_id` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/qoreid/apis/baseurl.md) · [All operations](https://skmtc.net/qoreid/apis/baseurl/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qoreid/baseurl/revisions/36a3d804cbc4/schema)
