---
title: "endpoint"
method: POST
path: "/result"
---

# endpoint

`POST /result`

## Request body

- Result
  - `companyKey` string
  - `sessionId` string

## Response `200`

Success

- ResultResponse
  - `result` object
    - `result` string
    - `stepsResults` object[]
      - `key` string
      - `type` string
      - `result` object
        - `question4` string
        - `question2` string
      - `status` string
    - `technicalDetails` object
      - `remoteAddress` string
      - `userAgent` string
    - `screeningMatches` object[]
      - `score` number
      - `name` string
      - `personId` string

---

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