Add Search To AML Monitoring

Adds the specified searches to AML monitoring, i.e. schedules them for screening. If thresholds and datasets are amended from the original search, new results will generated. Any existing hits will be overridden and any previous match decisions will be reset.

SecuritybearerToken
Request
Request Body schema: application/json
Array of objects (PostKYCProtectSchedulesRequest)
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

post/compliance/kyc-protect/schedules
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "failed": [
    ],
  • "successful": [
    ]
}