Return Full AML Search Hit Information By SearchId And HitId

This endpoint will return the full hit information by search Id and hitId.
Once this information is requested the information returned is stored to the database as a snap shot of that point in time.

SecuritybearerToken
Request
path Parameters
searchId
required
string <uuid>

Id of the search

hitId
required
string <uuid>

Id of the hit

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
get/compliance/kyc-protect/searches/individuals/{searchId}/hits/{hitId}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "hitScore": 0,
  • "name": "string",
  • "match": "string",
  • "note": "string",
  • "countries": [
    ],
  • "datasets": [
    ],
  • "profileImages": [
    ],
  • "screeningNotes": [
    ],
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "decision": "undecided",
  • "identifiers": [
    ],
  • "addresses": [
    ],
  • "contacts": [
    ],
  • "businessLinks": [
    ],
  • "individualLinks": [
    ],
  • "sources": [
    ],
  • "firstName": "string",
  • "middleName": "string",
  • "lastName": "string",
  • "gender": "male",
  • "datesOfBirth": [
    ],
  • "isDeceased": true,
  • "datesOfDeath": [
    ],
  • "pepTier": "tier1",
  • "aliases": [
    ],
  • "amlResults": {
    }
}