---
title: "Process custom watchlist"
method: POST
path: "/omni/process/watchlist"
tags: ["Custom watchlist"]
---

# Process custom watchlist

`POST /omni/process/watchlist`

This endpoint fetches data (photo, email, phone, document number) from onboarding session and tries to find a match in custom
watchlist database. If a match on the watchlist is found, then the score influence is calculated based on the number of matched fields.

## Query parameters

- `id` string

## Headers

- `api-version` string, required

## Response `200`

OK

- ProcessWatchlistResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `match` boolean — Flag indicating if a match in the watchlist has been found.

## 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/versions/30cd6d926ea3/schema)
