Skip to content

Return Individual AML Search Hits

Request

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

Security
bearerToken
Path
searchIdstring, (uuid)required

The search identifier.

Query
hitDecisionsArray of strings

The hit decisions. It can be the collection of undecided, truematch, falsepositive, discarded

pageinteger

Starting page number.

Default:1
pageSizeinteger

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

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}/hits?hitDecisions=string&page=1&pageSize=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
itemsArray of objects
totalSizenumber
Response
{ "items": [ {} ], "totalSize": 0 }