Skip to content

Return All Hits Of Searches Linked To A Profile

Request

Return hits of the searches linked to a profile.

Security
bearerToken
Path
profileIdstringrequired

Id of the profile

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/profiles/{profileId}/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 }