Beta
Create an AML screening.If the request is successful, you receive a 201 Created response with the AML screening resource.
| 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. |
AML screening created successfully
{- "search_parameters": {
- "configuration_identifier": "12345678-1234-1234-1234-123456789012"
}, - "monitored": true
}{- "id": "amlv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "created",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "search_parameters": {
- "configuration_identifier": "8eb79430-c014-41e5-be73-2c2c091322b8"
}, - "monitored": false,
- "_links": {
- "applicant": {
}
}
}Get the detailed result of an AML screening.
AML screening retrieved successfully
{- "id": "amlv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "created",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "search_parameters": {
- "configuration_identifier": "8eb79430-c014-41e5-be73-2c2c091322b8"
}, - "monitored": false,
- "_links": {
- "applicant": {
}
}
}