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

Id of the search

hitId
required
string

Id of the hit

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

get/compliance/kyc-protect/searches/businesses/{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": "string",
  • "identifiers": [
    ],
  • "addresses": [
    ],
  • "contacts": [
    ],
  • "businessLinks": [
    ],
  • "individualLinks": [
    ],
  • "sources": [
    ],
  • "activities": [
    ],
  • "aliases": [
    ],
  • "amlResults": {
    },
  • "description": "string",
  • "businessTypes": [
    ]
}