Download AML Details for a Hit

Retrieves the download URL and metadata for the AML details PDF associated with a specific hit within a business search.

Use this endpoint to obtain the PDF file containing detailed AML information for a flagged result (hitId) from a previously performed search (searchId). The response includes the download URL, file name, expiration timestamp, and identifiers for the search and hit.

SecuritybearerToken
Request
path Parameters
searchId
required
string <uuid>

The unique identifier of the search that generated the hit. This ID links the request to the specific search performed in the KYC Protect system.

hitId
required
string <uuid>

The unique identifier of the hit associated with the search. This ID is used to retrieve the specific details of a flagged result from the search.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

get/compliance/kyc-protect/searches/individuals/{searchId}/hits/{hitId}/download
Request samples
Response samples
application/json
{
  • "downloadUrl": "string",
  • "fileName": "string",
  • "expiresAt": "2019-08-24T14:15:22Z",
  • "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
  • "hitId": "a8444036-cfe2-422f-9778-a43eef4cff86"
}