---
title: "Global Watchlist result"
method: POST
path: "/omni/watchlist-result"
tags: ["Global watchlist"]
---

# Global Watchlist result

`POST /omni/watchlist-result`

This endpoint calls the global watchlist api (currently only Tier 2), and gets the latest gathered result.

## Headers

- `api-version` string, required

## Request body

- WatchlistRequest
  - `firstName` string
  - `surName` string
  - `birthYear` integer — Year of birth, if known
  - `countryCodes` unknown[]
    - unknown
  - `watchlistTypes` unknown[]
    - unknown
  - `subscribe` boolean — Subscribes to updates on the watchlists to receive notification for updates on the search.
  - `fuzziness` number, float — Determines how closely the returned results must match the supplied name.
  - `search_profile` string — Search profile set for the client to use specify what sources they will be searching against.

## Response `200`

OK

- WatchlistSearchResultResponse

## 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)
