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.

Important A pre-requisite for monitoring work is that any searches MUST be linked to a profile before Monitoring can be Active.

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": [
    ]
}