Process Global Watchlist

Use this endpoint to trigger global watchlist processing and receive a basic success response.

Requirements

  • Authenticate with an API key that has ACCESS level permissions.
  • Send a POST request to /omni/process/global-watchlist.
  • Optionally include a WatchlistRequest body. If you omit the body, the endpoint typically uses your workflow configuration.
    Use this endpoint to trigger global watchlist processing and receive a basic success response.

Endpoint

  • Method: POST
  • Path: /omni/process/global-watchlist
  • Operation ID: processGlobalWatchlist

Authentication

  • Send an API key with ACCESS level permissions.

Request body

The request body is optional. This endpoint typically uses your workflow configuration when you do not send a body.

FieldTypeRequiredDescription
Request BodyWatchlistRequestNoOptional request body for watchlist processing.

Response

This endpoint returns a BasicResponse object.

{
  "success": true
}

Response fields

FieldTypeDescription
successbooleanIndicates whether the request was processed successfully.