Initiates monitoring for the specified Sanctions and Exclusions datasets for the specified providers

Initiate monitoring for the specified Sanctions and Exclusions datasets, for the specified list of providers. Immediate verification is not supported with this endpoint. If a next monitoring date is omitted or specified with a past date or within the closest 10 minutes, the monitor will execute within the next hour. Only Sanctions and Exclusions datasets are supported by this endpoint. Up to 100 provider IDs may be specified in one bulk.

Request
Request Body schema: application/json
providerIds
required
Array of strings <uuid>
required
Array of objects (MonitorDatasetInfo)
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/monitors/bulk/sanctions-and-exclusions
Request samples
application/json
{
  • "providerIds": [
    ],
  • "datasetInfos": [
    ]
}
Response samples
application/json
{
  • "createdMonitors": [
    ],
  • "providerIds": [
    ]
}