---
title: "Search"
method: POST
path: "/Identity/Verify_Id"
---

# Search

`POST /Identity/Verify_Id`

## Headers

- `galaxy-ap-name` string
- `galaxy-ap-password` string
- `galaxy-search-type` string
- `galaxy-client-session-id` string
- `galaxy-client-type` string

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- object
  - `verifiedPeople` object[]
    - `identityScore` integer
    - `tahoeId` string
    - `firstName` object
      - `value` string
      - `matchTypeCode` string
    - `middleName` object
      - `value` string
      - `matchTypeCode` string
    - `lastName` object
      - `value` string
      - `matchTypeCode` string
    - `ssn` object
      - `value` string
      - `matchTypeCode` string
    - `dob` object
      - `month` object
        - `value` string
        - `matchTypeCode` string
      - `day` object
        - `value` string
        - `matchTypeCode` string
      - `year` object
        - `value` string
        - `matchTypeCode` string
    - `age` object
      - `value` string
      - `matchTypeCode` string
    - `addresses` object[]
      - `value` string
      - `matchTypeCode` string
    - `emails` object[]
      - `value` string
      - `matchTypeCode` string
    - `phones` object[]
      - `value` string
      - `matchTypeCode` string
    - `dateofDeath` unknown
    - `indicators` object
  - `fraudAlerts` object[]
  - `identityVerified` boolean

## Other responses

- `400` — 400

---

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