AML Screening

Create an AML screening

Beta

Create an AML screening.

If the request is successful, you receive a 201 Created response with the AML screening resource.

SecurityOAuth2: OAuth or API Key: ApiSecretKey
Request
Request Body schema: application/json
required
applicant_id
required
string^aplt_\w+$

The applicant's unique identifier.

required
object (SearchParameters)

The screening's configuration details.

monitored
boolean

Indicates whether to continue to monitor the applicant's AML status.

Responses
201

AML screening created successfully

post/aml-verifications
Request samples
application/json
{
  • "search_parameters": {
    },
  • "monitored": true
}
Response samples
application/json
{}

Get an AML screening

Get the detailed result of an AML screening.

SecurityOAuth2: OAuth or API Key: ApiSecretKey
Request
path Parameters
aml_verification_id
required
string (AmlVerificationId) ^amlv_\w+$

The AML screening's unique identifier.

Example: amlv_tkoi5db4hryu5cei5vwoabr7we
Responses
200

AML screening retrieved successfully

get/aml-verifications/{aml_verification_id}
Request samples
Response samples
application/json
{}