AML Screening
GetAMLSearchByID
GET
https://api.icomplykyc.com/api/v2/aml/:id
Get AML screen search result by entity ID
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/aml/1234567e-fcff-4c10-9dd3-da74422e1c30
Path Parameters
Name
Type
Description
id
String
Entity ID of the Legal Entity
Add AML Search
Sample Request Body
To create a new AML search, initiate a POST request to https://api.icomplykyc.com/api/v2/aml with the following JSON payload.
AddAMLSearch
POST
https://api.icomplykyc.com/api/v2/aml
Start a new AML screening search based on the specified parameters.
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/aml
Request Body
Name
Type
Description
Raw*
JSON
See sample payload above
Last updated