---
title: "Process Antifraud"
method: GET
path: "/omni/process/antifraud"
tags: ["Antifraud"]
---

# Process Antifraud

`GET /omni/process/antifraud`

This endpoint should be called only after [process-id](https://developer.incode.com/reference/processid) and [process-face](https://developer.incode.com/reference/processface) both are over.
This endpoint gives ability to compare current interview with existing interviews and customers and detect anomalies than could be signs of fraud.
**Important: Calling this endpoint affects the total [score](https://developer.incode.com/reference/getscores).**

## Headers

- `api-version` string, required

## Response `200`

OK

- AntifraudCheckResultBaseDto
  - `status` 'FAILED' | 'PASSED' | 'NOT_EXECUTED' | 'MANUAL_REVIEW'
  - `stepName` 'FuzzyFieldAntifraudExecutor' | 'IdFaceAntifraudExecutor' | 'SelfieFaceAntifraudExecutor' | 'AttemptLimitAntifraudExecutor'

## Other responses

- `400` — Bad Request

---

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