Skip to content

Return All Hits Linked To The Profile

Request

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

Security
bearerToken
Path
profileIdstring, (uuid)required

id of the profile

Query
pageinteger

Starting page number.

Default:1
pageSizeinteger

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

hitDecisionsArray of strings

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

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

Responses

Success

Bodyapplication/json
totalSizeinteger, (int32)
itemsArray of objects(KYCProtectScheduleHitResponse)
Response
{ "totalSize": 0, "items": [ {} ] }