Returns Individual AML Search Hits

Returns the individual AML search hits from the AML search results.

SecuritybearerToken
Request
path Parameters
searchId
required
string <uuid>

The search identifier.

query Parameters
hitDecisions
string

The hit decisions. It can be the collection of undecided, trueMatch, falsePositive, discarded

page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
get/compliance/kyc-protect/searches/individuals/{searchId}/hits
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0
}