Perform Bulk AML Screening

Request multiple searches to be performed and linked to a profile asynchronously

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

Request Body schema: application/json
Array of objects or null (AddSearchContract)

The Request Items collection

Responses
202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404
409

Conflict

post/compliance/kyc-protect/profiles/{profileId}/searches/bulk
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "correlationId": "string",
  • "message": "string",
  • "details": "string"
}