Use this endpoint to trigger global watchlist processing and receive a basic success response.
Requirements
- Authenticate with an API key that has
ACCESSlevel permissions. - Send a
POSTrequest to/omni/process/global-watchlist. - Optionally include a
WatchlistRequestbody. 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.
| Field | Type | Required | Description |
|---|---|---|---|
| Request Body | WatchlistRequest | No | Optional request body for watchlist processing. |
Response
This endpoint returns a BasicResponse object.
{
"success": true
}Response fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request was processed successfully. |
