Skip to content

Return Search Links By Supplier Hit Id

Request

Retrieves individual links associated with the supplier hit ID

Security
bearerToken
Path
supplierHitIdstringrequired

The supplier hit id.

Example:fb1cff881aebc02e07kmlfdjh7d4393d7745e596b88d4dbd3ece65634630d159e4:618420
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searchLinks/individuals/fb1cff881aebc02e07kmlfdjh7d4393d7745e596b88d4dbd3ece65634630d159e4:618420 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supplierHitIdstring

The supplier hit id associated to the search hit

countriesArray of strings

The countries associated to the search hit.

datasetsArray of strings

The datasets associated to the search hit.

profileImagesArray of strings

The profile images associated to the search hit.

screeningNotesArray of strings

The screening notes associated to the search hit.

identifiersArray of objects

The identifiers associated to the search hit.

addressesArray of objects

The addresses associated to the search hit.

contactsArray of objects

The contacts associated to the search hit.

sourcesArray of objects

The sources associated to the search hit.

namestring

The name associated to the search hit.

activitiesArray of strings

The activities associated to the search hit.

descriptionstring

The description associated to the search hit.

businessTypesArray of strings

The business types associated to the search hit.

aliasesArray of objects

The aliases associated to the search hit.

amlResultsobject

The AML results associated to the search hit.

Response
{ "supplierHitId": "string", "countries": [ "string" ], "datasets": [ "string" ], "profileImages": [ "string" ], "screeningNotes": [ "string" ], "identifiers": [ {} ], "addresses": [ {} ], "contacts": [ {} ], "businessLinks": [ {} ], "individualLinks": [ {} ], "sources": [ {} ], "name": "string", "activities": [ "string" ], "description": "string", "businessTypes": [ "string" ], "aliases": [ {} ], "amlResults": { "AM": [], "ENF": [], "INS": [], "POI": [], "SAN": {}, "SOE": {} } }