Return All Hits Linked To The Profile

Returns hits of all searches linked to the profile and key parties.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

query Parameters
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.

hitDecisions
Array of strings

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

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
409

Conflict

get/compliance/kyc-protect/profiles/{profileId}/amlAlerts
Request samples
Response samples
application/json
{
  • "totalSize": 0,
  • "items": [
    ]
}